Skip to content

Instantly share code, notes, and snippets.

@MohammadAzimi
Last active January 6, 2021 08:19
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 MohammadAzimi/ecbc9da5f8049307b1cbaf642d761727 to your computer and use it in GitHub Desktop.
Save MohammadAzimi/ecbc9da5f8049307b1cbaf642d761727 to your computer and use it in GitHub Desktop.
server tricks in react js
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