Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirected Site want to mask IP address in address bar

Status
Not open for further replies.

weweber3

MIS
Mar 4, 2004
17
US
I have an exisiting domain test.com (not the real one) on server A, I have another server in a different state hosting another part of the site (marketing campaign), server B.

If you visit test.com/marketingcampaign , you are redirected to server B. But in the address bar you see the IP address. I would like it to always show test.com/marketingcampaign.

Server B's Virtual Host info...


<VirtualHost 192.168.1.158:80>
ServerName 123.456.789.012 <-- NOT the real external IP
</VirtualHost>


Any thoughts or ideas?
 
Frames are used for redirection by the domain registrars, you could try that.
 
Do you have a link or anything I could read up on?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top