Created
February 27, 2020 20:25
-
-
Save jahir07/ed6f17ebf31e7ccdc4c36803afe7793c to your computer and use it in GitHub Desktop.
React reload 404 issue fix. add following code in htaccess
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