Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brodeynewman/9ce1b430da07d4307563e412e21aec27 to your computer and use it in GitHub Desktop.

Select an option

Save brodeynewman/9ce1b430da07d4307563e412e21aec27 to your computer and use it in GitHub Desktop.
.htaccess for react routing
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
RewriteRule ^ /index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment