add htaccess files and index.php with slim instantiation
This commit is contained in:
parent
da1b81663d
commit
22fb98a5b1
3 changed files with 23 additions and 0 deletions
3
.htaccess
Normal file
3
.htaccess
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
RewriteEngine on
|
||||
RewriteRule ^$ public/ [L]
|
||||
RewriteRule (.*) public/$1 [L]
|
||||
Loading…
Add table
Add a link
Reference in a new issue