diff --git a/.htaccess.sample b/.htaccess.sample index ca6b9215..435eea60 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -5,8 +5,8 @@ RewriteEngine On RewriteCond %{REQUEST_URI} ^/backup/$ -RewriteRule ^(.*)$ /index.php?/$1 [L] +RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]" RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ /index.php?/$1 [L] +RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"