mirror of
https://github.com/torproject/webwml.git
synced 2025-03-04 08:17:15 +00:00
14 lines
312 B
ApacheConf
14 lines
312 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]
|
|
|
|
# Tor Browser
|
|
RewriteRule ^/torbrowser(.*) /projects/torbrowser$1 [R=301,L]
|
|
|
|
# Overview
|
|
RewriteRule ^/overview(.*) /about/overview$1 [R=301,L]
|