Skip to content

Instantly share code, notes, and snippets.

@jzarca01
Created May 27, 2019 10:33
Show Gist options
  • Select an option

  • Save jzarca01/ce9c294d10af2d73ce3753874b3cb5f3 to your computer and use it in GitHub Desktop.

Select an option

Save jzarca01/ce9c294d10af2d73ce3753874b3cb5f3 to your computer and use it in GitHub Desktop.
Namecheap htaccess for React SPA with React-router
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