Created
May 29, 2017 15:57
-
-
Save brodeynewman/9ce1b430da07d4307563e412e21aec27 to your computer and use it in GitHub Desktop.
.htaccess for react routing
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 [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment