Skip to content

Instantly share code, notes, and snippets.

@iftee
Created February 26, 2020 10:13
Show Gist options
  • Save iftee/c160a66072c07be7b4ce9d6c115191bc to your computer and use it in GitHub Desktop.
Save iftee/c160a66072c07be7b4ce9d6c115191bc to your computer and use it in GitHub Desktop.
Fix React app Browser-Router routing issue in apache server. Copy this file in the same directory as the index.html of React app
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