Created
May 27, 2019 10:33
-
-
Save jzarca01/ce9c294d10af2d73ce3753874b3cb5f3 to your computer and use it in GitHub Desktop.
Namecheap htaccess for React SPA with React-router
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
| Options -MultiViews | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteRule ^ index.html [QSA,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment