forked from I2P_Developers/i2p.www
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user