OK. Mergable ?

Where does the .../en/changelogs get rewritten to /en/3.1/changelogs ?
This commit is contained in:
David Alexander 2015-07-08 14:12:49 +12:00
parent 41ddb4f858
commit aebbd7b03c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
RewriteCond %{REQUEST_URI} !(3.0|2.4)
RewriteRule ^(.*)/topics/testing/create-functional-test$ /$1/topics/testing/creating-a-functional-test [R=301,L]
RewriteRule ^/changelog/?$ /en/3.1/changelogs [R=301,L]
RewriteRule ^/changelog/?$ /en/changelogs [R=301,L]
RewriteRule ^(.*)/howto$ /$1/developer_guides [R=301,L]
RewriteRule ^(.*)/howto/cache-control$ /$1/developer_guides/performance/caching [R=301,L]