Skip to content
Snippets Groups Projects
Commit a5b0fa47 authored by emmapeel's avatar emmapeel :robot:
Browse files

new forward because of #30562

parent 4b286a77
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ RewriteEngine On
RewriteRule ^(.*)/security-slider.html$ /$1/security-slider/ [R=302,L]
RewriteRule ^security-slider.html$ /security-slider/ [R=302,L]
# support for old URLs
RewriteRule ^(.*)/security-settings.html$ /$1/security-settings/ [R=302,L]
RewriteRule ^security-settings.html$ /security-settings/ [R=302,L]
# forward requests in /en to the root folder
RewriteRule ^(en-US|en)$ / [R=302,L]
RewriteRule ^(en-US|en)/(.*) /$2 [R=302,L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment