Skip to content

Commit

Permalink
adding htaccess for mod_rewrite rules
Browse files Browse the repository at this point in the history
  • Loading branch information
blackant committed Jun 24, 2011
1 parent 12120f0 commit 57ab03c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
@@ -0,0 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.html [L]

0 comments on commit 57ab03c

Please sign in to comment.