From: larsk Date: Sun, 9 Jun 2013 08:47:13 +0000 (+0100) Subject: Adding directories (which have index files to map) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e134d131ee70b635ee3deaaa0895f809864220aa;p=people%2Flarsk%2Fxenproject-org-websites.git Adding directories (which have index files to map) --- diff --git a/xen.org/.htaccess b/xen.org/.htaccess index 5c88773..1c1fa87 100644 --- a/xen.org/.htaccess +++ b/xen.org/.htaccess @@ -112,6 +112,25 @@ Redirect 301 /products/case_studies.html http://www.xenproject.org/users/success Redirect 301 /projects/governance_v1_2.html http://xenproject.org/governance.html Redirect 301 /community/trademark.html http://xenproject.org/trademark-policy.html +# Redirect directories (i.e. index pages) to www.xenproject.org +# ------------------------------------------------------------- +Redirect 301 /download http://www.xenproject.org/downloads +Redirect 301 /download/xcp http://www.xenproject.org/downloads/xen-cloud-platform-archives.html +Redirect 301 /projects http://www.xenproject.org/developers/teams.html +Redirect 301 /products http://www.xenproject.org/users/why-the-xen-project.html +Redirect 301 /community http://xenproject.org/users/getting-started.html +Redirect 301 /community/events http://xenproject.org/about/events.html +Redirect 301 /community/vendors http://www.xenproject.org/directory/directory.html +Redirect 301 /support http://xenproject.org/users/getting-started.html +Redirect 301 /news http://xenproject.org/about/in-the-news.html +Redirect 301 /xensummitdirections http://xenproject.org/about/events.html +Redirect 301 /xensummit http://xenproject.org/about/events.html + +# Redirect directories (i.e. index pages) to www-archive.xenproject.org +# (only pages which have an index file) +# --------------------------------------------------------------------- +Redirect 301 /community/spotlight http://www-archive.xenproject.org/community/spotlight + # Redirect specific pages to www-archive.xenproject.org # ----------------------------------------------------- Redirect 301 /community/comm_members.html http://www-archive.xenproject.org/community/comm_members.html