Re: internal server error after activating bp
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?