First commit

This commit is contained in:
Nathan Adams
2014-04-17 22:05:44 -05:00
commit 703a7d5bbd
4 changed files with 204 additions and 0 deletions

2
.htaccess Normal file
View File

@@ -0,0 +1,2 @@
RewriteEngine on
RewriteRule ^(.*)$ /index.php/$1 [L]