Skip to content

Instantly share code, notes, and snippets.

@yesidays
Created January 17, 2012 01:55
Show Gist options
  • Save yesidays/1624058 to your computer and use it in GitHub Desktop.
Save yesidays/1624058 to your computer and use it in GitHub Desktop.
code.jobs - Delete www on URL - Codeigniter
RewriteEngine On
RewriteCond% {} HTTP_HOST! ^ su-site.com $ [NC]
RewriteRule ^(.*)$ http://your-site.com/ $ 1 [L, R = 301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment