]> xenbits.xensource.com Git - people/larsk/xenproject-org-websites.git/commitdiff
Move non-specific rule to end and add a rule for remaining pages to go to the archive
authorlarsk <lars.kurth@citrix.com>
Tue, 4 Jun 2013 15:20:02 +0000 (16:20 +0100)
committerlarsk <lars.kurth@citrix.com>
Tue, 4 Jun 2013 15:20:02 +0000 (16:20 +0100)
xen.org/.htaccess

index a29780148df2cfc1fb357c7106fca392b148c34e..c940840c7b622e835b7ceca8dadccda3342d9e91 100644 (file)
@@ -44,7 +44,6 @@ Redirect /news/2012/09_Xen_4_2_Releases.html  http://www.xenproject.org/about/in
 
 Redirect /polls/hackathon2013_requestinvite.html http://xenproject.org/component/content/article/83-about/127-xen-hackathon-dublin-2013-invite.html
 
-# Redirect /download http://www.xenproject.org/downloads (Causes an error)
 Redirect /download/index.html http://www.xenproject.org/downloads
 
 Redirect /download/archives.html http://www.xenproject.org/downloads/xen-archives.html
@@ -88,4 +87,8 @@ Redirect /download/xcp/index_1.1.0.html http://www.xenproject.org/downloads/xen-
 Redirect /download/xcp/index_1.5.0.html http://www.xenproject.org/downloads/xen-cloud-platform-archives/xen-cloud-platform-15-beta.html
 Redirect /download/xcp/index_1.6.0.html http://www.xenproject.org/downloads/xen-cloud-platform-archives/xen-cloud-platform-16.html
 
+# Non specific rules (should cover everything that was not previously covered
+Redirect /download http://www.xenproject.org/downloads.html
+
 # Redirects to www-archive.xenproject.org
+Redirect / www-archive.xenproject.org
\ No newline at end of file