Now redirects old '/redesign' URLs to '/'.
(ugha)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user