OK. I see the generality you are wanting in the rewrites :)

The extra white space is due to this rule being the only one in the group starting with letter "c".
This commit is contained in:
David Alexander 2015-07-08 13:34:50 +12:00
parent 4595d43050
commit 41ddb4f858
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$ /$1/en/3.1/changelogs/ [R=301,L]
RewriteRule ^/changelog/?$ /en/3.1/changelogs [R=301,L]
RewriteRule ^(.*)/howto$ /$1/developer_guides [R=301,L]
RewriteRule ^(.*)/howto/cache-control$ /$1/developer_guides/performance/caching [R=301,L]