Created
May 8, 2019 13:28
-
-
Save TimvanScherpenzeel/5a827f8dd2126c04c975d0edd5f7fc84 to your computer and use it in GitHub Desktop.
Client side routing fix on reload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BEGIN ROUTING | |
Options -MultiViews | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^ index.html [QSA,L] | |
# END ROUTING |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment