Skip to content

Instantly share code, notes, and snippets.

@judbd
Created July 20, 2014 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judbd/b4b2319e863b2d9ac49b to your computer and use it in GitHub Desktop.
Save judbd/b4b2319e863b2d9ac49b to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mondomaine\.com$
RewriteRule ^(.*)$ http://www.mondomaine.com/$1 [R=301,QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment