Forum Moderators: phranque
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com
RewriteRule (.*) [mydomain.com...] [R=301,L]
however all other rules seem to be intact. So i uploaded the htaccess file again and got it working again. But this enabled hotlink protection again. So i disabled it via cpanel only to find this has broken the rewrite rule. And so the merry go round continues, i cant get the rewrite rule to work without re-enabling hotlink protection.
Any thoughts?
Cheers!
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com
RewriteRule (.*) [mydomain.com...] [R=301,L]
if i reload the file hotlink protection is renabled...if i check the file after cpanel has renabled itself there are no added lines..just the removal of the above rule...