Updates .htaccess to redirect Compute v3 to v2.1 and name change

- Also found that an old api-ref-databases-v1 instead of database
was still remaining.

I will delete both files on the FTP server once the redirect
is in place.

Change-Id: I024811fbbc9dac9b8144397a486393ab893b78d7
Partial-bug: 1482241
This commit is contained in:
Anne Gentle 2015-08-06 22:41:57 -05:00
parent 00bfce46d1
commit bb129da378

View File

@ -1,3 +1,7 @@
# Redirect for the new file name for complete reference page
redirect 301 /api-reference.html /api-ref.html
redirect 301 /api-specs.html /api-ref-guides.html
# Redirect Compute API reference v3 to v2.1
redirect 301 /api-ref-compute-v3.html /api-ref-compute-v2.1.html
# Redirect plural databases file name to database
redirect 301 /api-ref-databases-v1.html /api-ref-database-v1.html