Forum Moderators: phranque
If someone types in www.domain1.com
it redirects them to www.domain1.domain2.com/html/index.php
Is there a way to clean this up?
I don't need a full explanation, just a link in the right direction if possible. Thanks for your help.
v/r,
John
Basically, add-on domains should be resolved to (sub)directories using internal rewrites, not external redirects. Once the subdirectory filepath is 'exposed' as a URL to the client with a redirect, the damage is done.
Jim