Skip to content

Instantly share code, notes, and snippets.

@luishdez
Created October 17, 2010 17:29
Show Gist options
  • Select an option

  • Save luishdez/631046 to your computer and use it in GitHub Desktop.

Select an option

Save luishdez/631046 to your computer and use it in GitHub Desktop.
301 redirect
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment