Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created October 10, 2016 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save agragregra/44a3306e6ffc52ed874c4307d242ffdb to your computer and use it in GitHub Desktop.
Save agragregra/44a3306e6ffc52ed874c4307d242ffdb to your computer and use it in GitHub Desktop.
htaccess index.html & www redirect
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} www.placeburg.com [NC]
RewriteRule (.*) http://placeburg.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.(htm(l)?|php)\ HTTP/
RewriteRule ^(([^/]+/)*)index\.(htm(l)?|php)$ http://placeburg\.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment