• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

URL Redirector Cloking Question

DirtylilTechBoy

Senior member
Hello,

Lets say I have MyDomain.Com and I also have Mydomain2.com

I want to set a directory/location/site on MyDomain.com to redirect to a site on Mydomain2.com, but I want the domainname to stay Mydomain.com, even though the user is now on Mydomain2.com.

I can setup a redirector no problem, but the domain name/url changes to the new location. How can I send a user to a new location but keep the domain name the same as the last destination.

I know it can be done, I just dont know how....

All help is appreciated,

Thanks!

 
Originally posted by: DirtylilTechBoy
Hello,

Lets say I have MyDomain.Com and I also have Mydomain2.com

I want to set a directory/location/site on MyDomain.com to redirect to a site on Mydomain2.com, but I want the domainname to stay Mydomain.com, even though the user is now on Mydomain2.com.

I can setup a redirector no problem, but the domain name/url changes to the new location. How can I send a user to a new location but keep the domain name the same as the last destination.

I know it can be done, I just dont know how....

All help is appreciated,

Thanks!

set them up to both point to the same IP, and in your apache config, dont set a servername. Or just don't set a server name - that might work as well.
 
Back
Top