- Bugfix: made the pager work when clean URLs are enabled. Patch by Ax.

4.2.x
Dries Buytaert 2003-02-20 08:02:57 +00:00
parent 57ebd696c7
commit a6a3215ee3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ErrorDocument 500 /error.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L]
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteRule ^blog/(.*) /index.php?q=blog/$1 [R]
</IfModule>