Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding htaccess
  • Loading branch information
Evan Langlais committed Feb 6, 2019
1 parent 3b6be01 commit faa4749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
@@ -0,0 +1,7 @@
RewriteEngine On
# If an existing asset or directory is requested go to it as it is
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
# If the requested resource doesn't exist, use index.html
RewriteRule ^ /index.html

0 comments on commit faa4749

Please sign in to comment.