htaccess/cPanel 301 redirects not working for add-on domain
- by Clemens
I've already looked at many samples and tutorials how to set up those 301 redirects on Apache and can't figure out why only the second one is working:
Options +FollowSymlinks
RewriteEngine on
#doesn't work:
RewriteCond %{HTTP_HOST} ^old.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.old.com$
RewriteRule ^page-still-exists.htm$…