Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josephernest committed Apr 10, 2015
1 parent 89fdb0d commit 475b16c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .htaccess
@@ -0,0 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule \.txt$ index.php [L]
</IfModule>

0 comments on commit 475b16c

Please sign in to comment.