mirror of
https://github.com/torproject/webwml.git
synced 2024-12-04 08:37:38 +00:00
Add two rewrite rules based on suggestion from mo
This commit is contained in:
parent
561f0c1dd2
commit
cc7b53b30c
@ -1,7 +1,9 @@
|
||||
RewriteEngine On
|
||||
|
||||
# New faqs live in /docs/
|
||||
# moved to /docs/
|
||||
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
|
||||
RewriteRule ^bridges(.*) /docs/bridges$1 [R=301,L]
|
||||
RewriteRule ^abuse(.*) /docs/abuse$1 [R=301,L]
|
||||
|
||||
# Torbutton
|
||||
RewriteRule ^torbutton/design(.*) /torbutton/en/design$1 [R=301,L]
|
||||
@ -34,3 +36,4 @@ RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
|
||||
RewriteRule ^download/$ /download/download [R=301,L]
|
||||
RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
|
||||
RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user