From: larsk Date: Tue, 4 Jun 2013 15:20:02 +0000 (+0100) Subject: Move non-specific rule to end and add a rule for remaining pages to go to the archive X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dce144e65509dda37377c9ebbf186be6ff1f7c3f;p=people%2Flarsk%2Fxenproject-org-websites.git Move non-specific rule to end and add a rule for remaining pages to go to the archive --- diff --git a/xen.org/.htaccess b/xen.org/.htaccess index a297801..c940840 100644 --- a/xen.org/.htaccess +++ b/xen.org/.htaccess @@ -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