fanhockeycoach
06-05-2012, 02:43 PM
I added this to my htaccess file:
RewriteEngine On
rewritecond %{http_host} ^mysite.com
rewriteRule ^(.*) http://www.mysite.com/$1 [R=301,L]
But now when I try to goto admincp I get redirected. How do I fix that?
RewriteEngine On
rewritecond %{http_host} ^mysite.com
rewriteRule ^(.*) http://www.mysite.com/$1 [R=301,L]
But now when I try to goto admincp I get redirected. How do I fix that?