From a6a3215ee31f6b42d9f7440eb35f42848b4821d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 20 Feb 2003 08:02:57 +0000 Subject: [PATCH] - Bugfix: made the pager work when clean URLs are enabled. Patch by Ax. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 12b0c33c7d36..3db273e18337 100644 --- a/.htaccess +++ b/.htaccess @@ -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> -- GitLab