Skip to content

Instantly share code, notes, and snippets.

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