Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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