Skip to content

Commit

Permalink
Added htaccess for redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Feb 25, 2011
1 parent b6d06a6 commit ada3a6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
@@ -0,0 +1,7 @@
RewriteEngine on
#Force www
RewriteCond %{HTTP_HOST} ^www.bikesy.com [NC]
RewriteRule ^(.*)$ http://bikesy.com/$1 [L,R=301]

Redirect 301 /mobile http://bikesy.com/mobile.html
Redirect 301 /mobile/ http://bikesy.com/mobile.html

0 comments on commit ada3a6f

Please sign in to comment.