From: larsk Date: Wed, 5 Jun 2013 12:48:30 +0000 (+0100) Subject: Problem with redirection of files ... adding slash X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=665af1f768178b7bc6b99df5ec7df89ef1f582ff;p=people%2Flarsk%2Fxenproject-org-websites.git Problem with redirection of files ... adding slash --- diff --git a/xen.org/.htaccess b/xen.org/.htaccess index a0dd8b4..c6b5221 100644 --- a/xen.org/.htaccess +++ b/xen.org/.htaccess @@ -1,8 +1,5 @@ # Redirects to www.xenproject.org -# This one needs fixing later (leaving as is for testing) -Redirect /index.html http://staging.xen.org//index.html - Redirect /lists-index.html http://www.xenproject.org/help/mailing-list.html Redirect /products/index.html http://www.xenproject.org/users/why-the-xen-project.html @@ -44,8 +41,6 @@ Redirect /news/press.html http://www.xenproject.org/about/in-the-news.html Redirect /news/2012/10_Xen_Cloud_Platform_1_6_Releases.html http://www.xenproject.org/about/in-the-news/120-xen-cloud-platform-1-6-releases.html Redirect /news/2012/09_Xen_4_2_Releases.html http://www.xenproject.org/about/in-the-news/119-xen-4-2-releases.html -Redirect /polls/hackathon2013_requestinvite.html http://xenproject.org/component/content/article/83-about/127-xen-hackathon-dublin-2013-invite.html - Redirect /download/index.html http://www.xenproject.org/downloads Redirect /download/archives.html http://www.xenproject.org/downloads/xen-archives.html @@ -93,4 +88,4 @@ Redirect /download/xcp/index_1.6.0.html http://www.xenproject.org/downloads/xen- Redirect /download http://www.xenproject.org/downloads.html # Redirects to www-archive.xenproject.org -Redirect / http://www-archive.xenproject.org \ No newline at end of file +Redirect / http://www-archive.xenproject.org/ \ No newline at end of file