mirror of
https://github.com/torproject/community.git
synced 2024-12-05 00:56:35 +00:00
5 lines
126 B
ApacheConf
5 lines
126 B
ApacheConf
# forward requests in /en to the root folder
|
|
RewriteRule ^(en-US|en)$ / [R=302,L]
|
|
RewriteRule ^(en-US|en)/(.*) /$2 [R=302,L]
|
|
|