Author: tomaz Date: Sun Jan 26 16:34:49 2014 New Revision: 1561517 URL: http://svn.apache.org/r1561517 Log: Do a permanent redirect.
Modified:
libcloud/site/trunk/source/.htaccess
Modified: libcloud/site/trunk/source/.htaccess
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/source/.htaccess?rev=1561517&r1=1561516&r2=1561517&view=diff
==============================================================================
--- libcloud/site/trunk/source/.htaccess (original)
+++ libcloud/site/trunk/source/.htaccess Sun Jan 26 16:34:49 2014
@@ -19,20 +19,20 @@ Redirect 301 /contributing.html https://
# Redirect from old docs to new location
Redirect 301 /docs/debugging.html
https://libcloud.readthedocs.org/en/latest/troubleshooting.html#debugging
-Redirect 302 /docs/compute-overview.html
https://libcloud.readthedocs.org/en/latest/compute/index.html
-Redirect 302 /docs/compute-base-api.html
https://libcloud.readthedocs.org/en/latest/compute/api.html
-Redirect 302 /docs/compute-examples.html
https://libcloud.readthedocs.org/en/latest/compute/examples.html
+Redirect 301 /docs/compute-overview.html
https://libcloud.readthedocs.org/en/latest/compute/index.html
+Redirect 301 /docs/compute-base-api.html
https://libcloud.readthedocs.org/en/latest/compute/api.html
+Redirect 301 /docs/compute-examples.html
https://libcloud.readthedocs.org/en/latest/compute/examples.html
-Redirect 302 /docs/storage-overview.html
https://libcloud.readthedocs.org/en/latest/storage/index.html
-Redirect 302 /docs/storage-base-api.html
https://libcloud.readthedocs.org/en/latest/storage/api.html
-Redirect 302 /docs/storage-examples.html
https://libcloud.readthedocs.org/en/latest/storage/examples.html
+Redirect 301 /docs/storage-overview.html
https://libcloud.readthedocs.org/en/latest/storage/index.html
+Redirect 301 /docs/storage-base-api.html
https://libcloud.readthedocs.org/en/latest/storage/api.html
+Redirect 301 /docs/storage-examples.html
https://libcloud.readthedocs.org/en/latest/storage/examples.html
-Redirect 302 /docs/load-balancer-overview.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/index.html
-Redirect 302 /docs/load-balancer-base-api.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/examples.html
-Redirect 302 /docs/load-balancer-examples.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/api.html
+Redirect 301 /docs/load-balancer-overview.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/index.html
+Redirect 301 /docs/load-balancer-base-api.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/examples.html
+Redirect 301 /docs/load-balancer-examples.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/api.html
-Redirect 302 /docs/dns-overview.html
https://libcloud.readthedocs.org/en/latest/dns/index.html
-Redirect 302 /docs/dns-base-api.html
https://libcloud.readthedocs.org/en/latest/dns/api.html
-Redirect 302 /docs/dns-examples.html
https://libcloud.readthedocs.org/en/latest/dns/examples.html
+Redirect 301 /docs/dns-overview.html
https://libcloud.readthedocs.org/en/latest/dns/index.html
+Redirect 301 /docs/dns-base-api.html
https://libcloud.readthedocs.org/en/latest/dns/api.html
+Redirect 301 /docs/dns-examples.html
https://libcloud.readthedocs.org/en/latest/dns/examples.html
-Redirect 302 /docs https://libcloud.readthedocs.org/en/latest/
+Redirect 301 /docs https://libcloud.readthedocs.org/en/latest/
