Dreamscape,
The error_log is filling up like crazy with:
[Sat Mar 31 01:43:14 2007] [debug] mod_rewrite.c(1644): [client 66.249.65.73] mod_rewrite's internal redirect status: 0/10.
I contacted our host and this is their response:
Hello,
This seems to be a coding error in your .htaccess file. You have to check this with the developer of the script. The entry that is causing the error is,
============================================
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA] ============================================
Please verify.
Any ideas?
Also what's the difference between
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA]
and
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
Bookmarks