Looking to figure out how to redirect a URL to the xwiki Page

Hi,

So we have setup a dns routing to myxwiki.company.com to redirect to our server serverxwiki.company.com

What I can’t figure out is how to tell the server to take those requests and forward to our actual xwiki instance (server.company.com:8080/xwiki/bin/view/Main

Have tried editing the Host call in server.xml, changing the Connector to accept on port 80 and redirect to port 8080. Edited the server’s host file to recognize the server IP and direct to both the myxwiki.company.com or the server.company.com:8080/xwiki

But are not having any luck in having the url resolve to the actual xwiki webapp.

Any help would be appreciated and let me know if more details are needed