Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active May 2, 2020 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointofpresence/7c8f68ac550cf0e7504de92ff3de7020 to your computer and use it in GitHub Desktop.
Save pointofpresence/7c8f68ac550cf0e7504de92ff3de7020 to your computer and use it in GitHub Desktop.
.htaccess for react-router
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment