Skip to content

Instantly share code, notes, and snippets.

@labibmuhajir
Created March 23, 2023 04:48
Show Gist options
  • Save labibmuhajir/b68d39d8618aea10d5a4fcccf0cb9453 to your computer and use it in GitHub Desktop.
Save labibmuhajir/b68d39d8618aea10d5a4fcccf0cb9453 to your computer and use it in GitHub Desktop.
htaccess for react
RewriteBase /
RewriteCond %{REQUEST_URI} !^/(assets/?|$)
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