Author: tomaz Date: Wed Aug 7 17:49:37 2013 New Revision: 1511417 URL: http://svn.apache.org/r1511417 Log: Change to 302 redirect for now.
Modified:
libcloud/site/trunk/content/.htaccess
Modified: libcloud/site/trunk/content/.htaccess
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/.htaccess?rev=1511417&r1=1511416&r2=1511417&view=diff
==============================================================================
--- libcloud/site/trunk/content/.htaccess (original)
+++ libcloud/site/trunk/content/.htaccess Wed Aug 7 17:49:37 2013
@@ -1,19 +1,19 @@
# Redirect from old docs to new location
-Redirect permanent /docs/compute-overview.html
https://ci.apache.org/projects/libcloud/docs/compute/index.html
-Redirect permanent /docs/compute-base-api.html
https://ci.apache.org/projects/libcloud/docs/compute/api.html
-Redirect permanent /docs/compute-examples.html
https://ci.apache.org/projects/libcloud/docs/compute/examples.html
+Redirect 302 /docs/compute-overview.html
https://ci.apache.org/projects/libcloud/docs/compute/index.html
+Redirect 302 /docs/compute-base-api.html
https://ci.apache.org/projects/libcloud/docs/compute/api.html
+Redirect 302 /docs/compute-examples.html
https://ci.apache.org/projects/libcloud/docs/compute/examples.html
-Redirect permanent /docs/storage-overview.html
https://ci.apache.org/projects/libcloud/docs/storage/index.html
-Redirect permanent /docs/storage-base-api.html
https://ci.apache.org/projects/libcloud/docs/storage/api.html
-Redirect permanent /docs/storage-examples.html
https://ci.apache.org/projects/libcloud/docs/storage/examples.html
+Redirect 302 /docs/storage-overview.html
https://ci.apache.org/projects/libcloud/docs/storage/index.html
+Redirect 302 /docs/storage-base-api.html
https://ci.apache.org/projects/libcloud/docs/storage/api.html
+Redirect 302 /docs/storage-examples.html
https://ci.apache.org/projects/libcloud/docs/storage/examples.html
-Redirect permanent /docs/load-balancer-overview.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/index.html
-Redirect permanent /docs/load-balancer-base-api.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/examples.html
-Redirect permanent /docs/load-balancer-examples.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/api.html
+Redirect 302 /docs/load-balancer-overview.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/index.html
+Redirect 302 /docs/load-balancer-base-api.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/examples.html
+Redirect 302 /docs/load-balancer-examples.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/api.html
-Redirect permanent /docs/dns-overview.html
https://ci.apache.org/projects/libcloud/docs/dns/index.html
-Redirect permanent /docs/dns-base-api.html
https://ci.apache.org/projects/libcloud/docs/dns/api.html
-Redirect permanent /docs/dns-examples.html
https://ci.apache.org/projects/libcloud/docs/dns/examples.html
+Redirect 302 /docs/dns-overview.html
https://ci.apache.org/projects/libcloud/docs/dns/index.html
+Redirect 302 /docs/dns-base-api.html
https://ci.apache.org/projects/libcloud/docs/dns/api.html
+Redirect 302 /docs/dns-examples.html
https://ci.apache.org/projects/libcloud/docs/dns/examples.html
-Redirect permanent /docs https://ci.apache.org/projects/libcloud/docs
+Redirect 302 /docs https://ci.apache.org/projects/libcloud/docs
