mirror of
https://github.com/torproject/webwml.git
synced 2025-04-18 05:19:53 +00:00
8 lines
169 B
ApacheConf
8 lines
169 B
ApacheConf
RewriteEngine On
|
|
|
|
# New page lives in /docs/
|
|
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
|
|
|
|
# Torbutton
|
|
RewriteRule ^torbutton/design(.*) /torbutton/en/design/$1 [R=301,L]
|