Good idea.
2 2009-03-21 01:48
Re: URL Scheme (3 replies, posted in PunBB 1.3 troubleshooting)
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
3 2009-03-20 06:58
Topic: URL Scheme (3 replies, posted in PunBB 1.3 troubleshooting)
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.