Init commit

This commit is contained in:
ErickSkrauch
2015-01-28 23:20:29 +03:00
commit 290738377b
9 changed files with 235 additions and 0 deletions

5
.htaccess Normal file
View File

@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>