Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: internal server error after activating bp


Anonymous User 1502623
Inactive

@anonymized-1502623

Edit: Just got this reply from my hosting.

Hello,

I could see the following error from the site error logs


[Thu Mar 11 20:19:50 2010] [error] [client 77.86.107.59] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions MaxRedirects’ to increase the limit if necessary., referrer: http://www.audioscribbler.co.uk/

Please check your redirect rules set in .htaccess file.

This is probably completely wrong, but I’m using this for .htaccess and the file is in cgi-bin

# BEGIN WordPress

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

RewriteOptions MaxRedirects=200

# END WordPress

Can anyone shed any light about whether I’m heading in the right direction or am I completely barking up the wrong tree?

Skip to toolbar