PDA

View Full Version : 301 Redirect


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?

Simon Lloyd
06-05-2012, 03:08 PM
what did you want to happen?

fanhockeycoach
06-05-2012, 03:11 PM
i can't open my control panel anymore it just redirects to my homepage. Is there a rewrite rule I can add to allow me access to admincp?

--------------- Added 1338912918 at 1338912918 ---------------

i got it to work by adding /index.php after fantasyhockeycoach.com/admincp

so it was fantasyhockeycoach.com/admincp/index.php