You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/31 15:29:26 UTC

svn commit: r1554520 - /libcloud/site/trunk/content/.htaccess

Author: tomaz
Date: Tue Dec 31 14:29:26 2013
New Revision: 1554520

URL: http://svn.apache.org/r1554520
Log:
Add old htaccess back.

Added:
    libcloud/site/trunk/content/.htaccess

Added: libcloud/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/.htaccess?rev=1554520&view=auto
==============================================================================
--- libcloud/site/trunk/content/.htaccess (added)
+++ libcloud/site/trunk/content/.htaccess Tue Dec 31 14:29:26 2013
@@ -0,0 +1,19 @@
+# Redirect from old docs to new location
+
+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 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 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 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 302 /docs https://libcloud.readthedocs.org/en/latest/