Revise htaccess to avoid double slashes when redirecting

Change-Id: If08c289480f8cab0727df9975c1f605e77376100
Partial-bug: 1191447
This commit is contained in:
Anne Gentle 2014-02-06 16:35:09 -06:00
parent 4ddeb388fb
commit b943ff1d35
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ redirectmatch /identity/api/.*$ http://api.openstack.org/
redirect 301 /trunk/openstack-network/admin/content/ch_adv_features.html /admin-guide-cloud/content/ch_networking.html#section_networking-adv-features
redirect 301 /trunk/openstack-network/admin/content/under_the_hood_openvswitch.html /havana/config-reference/content/networking-plugin-openvswitch_agent.html
redirect 301 /trunk/openstack-network/admin/content/under_the_hood_linuxbridge.html /havana/config-reference/content/networking-plugin-linuxbridge_agent.html
redirectmatch /trunk/openstack-network/admin/content/.*$ /admin-guide-cloud/content/
redirectmatch /network-admin/admin/content/.*$ /admin-guide-cloud/content/
redirectmatch /trunk/openstack-network/admin/content/.*$ /admin-guide-cloud/content/index.html
redirectmatch /network-admin/admin/content/.*$ /admin-guide-cloud/content/index.html
# Redirect old openstack-identity links
redirect 301 /trunk/openstack-identity/admin/content/ /admin-guide-cloud/content/ch-identity-mgmt-config.html