Skip to content

Instantly share code, notes, and snippets.

@orlovmax
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save orlovmax/8b5a3fc632e2a715f032 to your computer and use it in GitHub Desktop.

Select an option

Save orlovmax/8b5a3fc632e2a715f032 to your computer and use it in GitHub Desktop.
.htaccess redirect all stuff to index
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/$
RewriteRule .* / [L,R=302]
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !^/local$
RewriteRule .* / [L,R=302]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment