Skip to content

Instantly share code, notes, and snippets.

@bourroush
Last active August 29, 2015 14:22
Show Gist options
  • Save bourroush/9eb675773ae168c5b6b5 to your computer and use it in GitHub Desktop.
Save bourroush/9eb675773ae168c5b6b5 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?la-bague-o.com$ [NC]
RewriteCond %{REQUEST_URI} !la-bague-o.com/ [NC]
RewriteRule ^(.*)$ /la-bague-o.com/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment