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

yet another try doing L10n dirs slightly differently

parent 757a6505
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
ErrorDocument 404 /404
SetEnvIf Request_URI ^/(en|de)/ prefer-language=$1
RewriteEngine On
# This corrects missing /
RewriteRule ^/(en|de)$ /$1/ [R,L]
# This redirects Apache to existing file
......
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