Skip to content
Snippets Groups Projects
Commit 0496a32c authored by putro's avatar putro
Browse files

fixed RewriteRule for testing, set as in production

parent cbda2a0a
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ ProxyPassReverse /search http://127.0.0.1:3301
RewriteEngine On
# Remove the old language prefix from the URLs.
RewriteRule ^/[a-z][a-z]/(.*)$ /$1 [R=301,L]
RewriteRule ^/(it|en|cat|de|es|pt|fr)/([^.]*)\.html$ /$2 [R=301,L]
# Remove the man_ prefix from the old howto URLs.
RewriteRule ^/stuff/man_(.*)$ /docs/$1 [R=301,L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment