Verified and fixed redirect of changelog

This commit is contained in:
David Alexander 2015-07-09 16:20:29 +12:00
parent cc2b0ba20a
commit 7d76c6aeed
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/?$ /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]