diff --git a/.htaccess b/.htaccess index 87ec5bfb..c67629d8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -Options FollowSymLinks +Options FollowSymLinks Indexes # Various rewrite rules @@ -12,9 +12,10 @@ Options FollowSymLinks RewriteRule ^redesign(/(.*))? /$2 [redirect=302,last] # Rewrite URLs of the form 'index.php?page=x': - RewriteCond %{REQUEST_URI} !^/(images|pages|styles)/ + RewriteCond %{REQUEST_URI} !^/(images|pages|styles|i2pdb)/ RewriteCond %{REQUEST_URI} !^/favicon\.ico RewriteCond %{REQUEST_URI} !^/robots\.txt + RewriteCond %{REQUEST_URI} !^/i2pdb RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]