This commit is contained in:
Diego Najar 2015-03-08 14:42:27 -03:00
parent 29d06b62a3
commit 739bbb8ac2
3 changed files with 5 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]

Binary file not shown.