Skip to content

Instantly share code, notes, and snippets.

@abhirathore2006
Created September 24, 2021 13:14
Show Gist options
  • Save abhirathore2006/c45d3ddb02dfd58ba3eefe3886b503b2 to your computer and use it in GitHub Desktop.
Save abhirathore2006/c45d3ddb02dfd58ba3eefe3886b503b2 to your computer and use it in GitHub Desktop.
htaccess for react app with exception
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/tps/.*$ [NC]
RewriteRule ^ index.html [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment