Skip to content
Snippets Groups Projects
Commit b1e0b412 authored by kairo's avatar kairo
Browse files

try doing L10n dirs slightly differently

parent b9a630c5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,11 @@
ErrorDocument 404 /404
# This corrects missing /
RewriteRule ^/(en|de)$ /$1/ [R,L]
# This than redirect Apache to existing file
RewriteRule ^/(en|de)/(.*)$ /$2 [PT,E=prefer-language:$1]
RedirectMatch temp ^/security/(.*)$ http://www.mozilla.org/security/$1
<FilesMatch "-atom(\..+)?$">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment