Now redirects old '/redesign' URLs to '/'.

(ugha)
This commit is contained in:
ugha
2004-07-23 06:22:22 +00:00
committed by zzz
parent 8e04b5d5d2
commit b2aceaaf7a

View File

@ -8,6 +8,9 @@ Options FollowSymLinks
# rewrite rules are not working properly:
# RewriteBase /i2p-www/site/
# For fixing old /redesign URLs
RewriteRule ^redesign(/(.*))? /$2 [redirect=302,last]
# Rewrite URLs of the form 'index.php?page=x':
RewriteCond %{REQUEST_URI} !^/(images|pages|styles)/
RewriteCond %{REQUEST_URI} !^/favicon\.ico