2010-08-23 Martin Gollowitzer <gollo@fsfe.org>

* added redirect to remove a 404 from the stats

svn path=/trunk/; revision=16495
This commit is contained in:
gollo
2010-08-23 15:16:03 +00:00
parent 0318c92593
commit 2e02172558

View File

@@ -4,6 +4,7 @@ RewriteRule ^favicon.ico /graphics/fsfe.ico [redirect=permanent]
RewriteRule ^graphics/fsfeurope.ico /graphics/fsfe.ico [redirect=permanent]
RewriteRule ^(.*)\.no.html /$1.nb.html [redirect=permanent]
RewriteRule ^(.*)\.no.rss /$1.nb.rss [redirect=permanent]
RewriteRule ^contact/press(.*) /press/press$1 [redirect=permanent]
RewriteRule ^standards(.*) /projects/os$1 [redirect=permanent]
RewriteRule ^education(.*) /projects/education$1 [redirect=permanent]