More legacy redirects
This commit is contained in:
parent
0af0a692fe
commit
07aef75d11
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ RedirectMatch 303 ^/activities/$ /activities/<%= Time.now.year %>/
|
||||||
RedirectMatch 303 ^/archives/articles/$ /archives/articles/<%= latest_articles(1)[0][:created_at].year %>/
|
RedirectMatch 303 ^/archives/articles/$ /archives/articles/<%= latest_articles(1)[0][:created_at].year %>/
|
||||||
RedirectMatch 303 ^/archives/twitter/$ /archives/twitter/<%= twitter_grouped_by_month.keys.sort.last %>/
|
RedirectMatch 303 ^/archives/twitter/$ /archives/twitter/<%= twitter_grouped_by_month.keys.sort.last %>/
|
||||||
|
|
||||||
|
RedirectMatch 301 ^/wiki$ /
|
||||||
|
RedirectMatch 301 ^/wiki/$ /
|
||||||
RedirectMatch 301 ^/wiki/bin/view$ /
|
RedirectMatch 301 ^/wiki/bin/view$ /
|
||||||
RedirectMatch 301 ^/wiki/bin/view/$ /
|
RedirectMatch 301 ^/wiki/bin/view/$ /
|
||||||
Redirect 301 /wiki/bin/view/Main/MailingListe /about/
|
Redirect 301 /wiki/bin/view/Main/MailingListe /about/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue