Hi,
I have a strange redirection issue with an addon domain.
subdomain.domain.com redirects to www.addondomain.com just fine.
www.addondomain.com/file.php works.
www.addondomain.com/directory/ works just fine, too.
However, if you remove the trailing slash www.addondomain.com/directory it redirects to subdomain.domain.com/directory/
(Or perhaps more precisely, the subdomain fails to redirect to the addon domain uri).
I've tried plugging everything I could think of into .htaccess but I must be missing something. Any idea what I need to plug in to .htacess to get it to redirect properly for all directories on addon domains regardless of whether the user adds the trailing slash?
I have a strange redirection issue with an addon domain.
subdomain.domain.com redirects to www.addondomain.com just fine.
www.addondomain.com/file.php works.
www.addondomain.com/directory/ works just fine, too.
However, if you remove the trailing slash www.addondomain.com/directory it redirects to subdomain.domain.com/directory/
(Or perhaps more precisely, the subdomain fails to redirect to the addon domain uri).
I've tried plugging everything I could think of into .htaccess but I must be missing something. Any idea what I need to plug in to .htacess to get it to redirect properly for all directories on addon domains regardless of whether the user adds the trailing slash?