1

Topic: URL Scheme

I select URL Scheme.


Display Error Log
[Thu Mar 19 23:24:03 2009] [error] [client 198.167.190.118] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.

please help me.thank you.

Re: URL Scheme

Have you any other rewrite rules at your site, besides the forum rules?

3

Re: URL Scheme

I install a wordpress too.

rewrite rules

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Re: URL Scheme

I think this post should help you.