Tested and fixed RewriteRules.

This commit is contained in:
David Alexander 2015-07-10 12:22:41 +12:00
parent 4f5c40efb8
commit 7543a90655
1 changed files with 2 additions and 2 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/changelogs [R=301,L]
RewriteRule ^(.*)/changelog/?$ /$1//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]
@ -60,7 +60,7 @@
RewriteRule ^(.*)/installation/common-problems$ /$1/getting_started/installation/common_problems [R=301,L]
RewriteRule ^(.*)/installation/composer$ /$1/getting_started/composer [R=301,L]
RewriteRule ^(.*)/installation/from-source$ /$1/getting_started/installation [R=301,L]
RewriteRule ^installation-into-subversion/?$ /en/getting_started_composer/ [R=301,L]
RewriteRule ^(.*)/installation-into-subversion/?$ /$1/en/getting_started_composer/ [R=301,L]
RewriteRule ^(.*)/installation/lighttpd$ /$1/getting_started/installation/how_to/configure_lighttpd [R=301,L]
RewriteRule ^(.*)/installation/mac-osx$ /$1/getting_started/installation/mac_osx [R=301,L]
RewriteRule ^(.*)/installation/nginx$ /$1/getting_started/installation/how_to/configure_nginx [R=301,L]