Skip to content

Commit

Permalink
Add redirect rules from downloads.ceylon-lang.org to ceylon-lang.org
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Feb 17, 2012
1 parent 6d4c3e0 commit f2d0091
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions downloads.ceylon-lang.org/.htaccess
Expand Up @@ -5,12 +5,6 @@ IndexIgnore *
DirectoryIndex index.html
ErrorDocument 404 /404.html

RewriteCond %{HTTP_HOST} ^ceylon-lang.org$ [OR]
RewriteCond %{HTTP_HOST} ^ceylon.beanvalidation.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.ceylon-lang.org$
RewriteRule ^download/dist/1_0_Milestone1$ "https\:\/\/github\.com\/downloads\/ceylon\/ceylon-dist\/ceylon-0\.1\.zip" [R=302,L]
RewriteRule ^download/dist/1_0_Milestone1_deb$ "https\:\/\/github\.com\/downloads\/ceylon\/ceylon-dist\/ceylon-0\.1_0\.1_all\.deb" [R=302,L]
RewriteRule ^download/dist/1_0_Milestone1_rpm$ "https\:\/\/github\.com\/downloads\/ceylon\/ceylon-dist\/ceylon-0\.1\.0-0\.noarch\.rpm" [R=302,L]
RewriteRule ^plus$ "https\:\/\/plus\.google\.com\/u\/0\/102481741611133754149" [R=302,L]
RewriteRule ^\+$ "https\:\/\/plus\.google\.com\/u\/0\/102481741611133754149" [R=302,L]
RewriteRule ^community/forum$ "http://groups.google.com/group/ceylon-users" [R=302,L]
RewriteCond %{HTTP_HOST} ^downloads.ceylon-lang.org$
RewriteRule ^(\/)?$ "http://ceylon-lang.org/download/" [R=302,L]
RewriteRule ^ide(\/)?$ "http://ceylon-lang.org/documentation/ide/install/" [R=302,L]

0 comments on commit f2d0091

Please sign in to comment.