Skip to content

Instantly share code, notes, and snippets.

@carlaizumibamford
Last active February 2, 2022 23:28
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 carlaizumibamford/f147e5d0fbec80e3a0b2a765979e66d5 to your computer and use it in GitHub Desktop.
Save carlaizumibamford/f147e5d0fbec80e3a0b2a765979e66d5 to your computer and use it in GitHub Desktop.
Optimising URL w/o www.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sample\.com
RewriteRule ^(.*)$ http://sample.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment