Fresh WordPress 2.7 installation, redirect loop problem
-
Hello, I did a fresh installation of WordPress 2.7 from Fantastico. When i try to go to the blog, it keeps having a redirect loop and firefox says the following:
“Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”
I have recently added the following code in the ROOT of the website (blog is installed in /swordblog). You can see my .htaccess file below that is in the root directory. I have it forwarding all domain.com requests to http://www.domain.com. Well this seems to be causing an endless loop when trying to login to wordpress or trying to go to the blog. Any suggestions? Thanks
RewriteEngine On
RewriteBase /RewriteCond %{HTTP_HOST} ^mydomain.net
RewriteRule (.*) http://www.mydomain.net/$1 [R=301,L]
The topic ‘Fresh WordPress 2.7 installation, redirect loop problem’ is closed to new replies.