Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Created January 7, 2020 10:24
Show Gist options
  • Save michaeljymsgutierrez/44c1408eca2e4d516a6d8b3520d915e3 to your computer and use it in GitHub Desktop.
Save michaeljymsgutierrez/44c1408eca2e4d516a6d8b3520d915e3 to your computer and use it in GitHub Desktop.
.htaccess v1
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
RewriteRule ^ /index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment