pass through the i2pdb dir so we can seed off www.i2p.net/i2pdb (and, in turn, point i2p.net --> www.i2p.net)

This commit is contained in:
jrandom
2004-10-03 14:59:37 +00:00
committed by zzz
parent 0375f0ae31
commit 8788406c5a

View File

@ -1,4 +1,4 @@
Options FollowSymLinks
Options FollowSymLinks Indexes
# Various rewrite rules
<IfModule mod_rewrite.c>
@ -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]