Skip to content

Instantly share code, notes, and snippets.

@danilowm
Created March 8, 2012 01:19
Show Gist options
  • Select an option

  • Save danilowm/1997795 to your computer and use it in GitHub Desktop.

Select an option

Save danilowm/1997795 to your computer and use it in GitHub Desktop.
Retirar www da url com htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^danilowm.com$ [NC]
RewriteRule ^(.*)$ http://danilowm.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment