rewrite old URLs
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
|
||||||
|
RewriteRule ^(en|de)/(.*)$ /$2 [R=301,L]
|
||||||
|
RewriteRule ^(en|de)/?$ / [R=301,L]
|
||||||
|
RewriteRule ^about/?$ / [R=301,L]
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
AddOutputFilterByType DEFLATE text/plain
|
AddOutputFilterByType DEFLATE text/plain
|
||||||
AddOutputFilterByType DEFLATE text/html
|
AddOutputFilterByType DEFLATE text/html
|
||||||
|
|||||||
Reference in New Issue
Block a user