Kept the ^$ pair but removed the / and extra space.
This commit is contained in:
David Alexander 2015-07-09 13:05:45 +12:00
parent 0fffb4b4c9
commit 831c62770f
1 changed files with 1 additions and 1 deletions

View File

@ -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/?$ /getting_started/composer/ [R=301,L]
RewriteRule ^installation-into-subversion/?$ /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]