Redirect

chaser010

Verified User
Joined
Sep 12, 2006
Messages
15
I would like to redirect website.com/squirrelmail to the hostname/squirrelmail

I have enabled the following settings:
use_hostname_for_alias=yes
redirect_host_https=yes

And run this
./build rewrite_confs

But it does not redirect. Please help. I have suPHP installed and using Custom Build 2.0.0
 
Hello,

When such an issue occurs, it happens in certain cases because of mod_rewrite rules in public_html of the site. At least this is the only case I can recall now. Probably there are other reasons as well, but still try and start from checking rewrite_rules of the site. Consider temporary to disable them and see whether or not it solves the issue.
 
Back
Top