Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Created September 1, 2018 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save zonayedpca/fe19355e31ccd5a8efd52a63f9ef2583 to your computer and use it in GitHub Desktop.
Save zonayedpca/fe19355e31ccd5a8efd52a63f9ef2583 to your computer and use it in GitHub Desktop.
React Router Problem with Apache Servers
RewriteEngine on
# Don't rewrite files or directories
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Rewrite everything else to index.html to allow html5 state links
RewriteRule ^ index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment