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?
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?