Created
January 7, 2020 10:24
-
-
Save michaeljymsgutierrez/44c1408eca2e4d516a6d8b3520d915e3 to your computer and use it in GitHub Desktop.
.htaccess v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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