1
0

Moved public dir to root

This commit is contained in:
2017-03-29 13:32:39 +02:00
parent ff4d832ad5
commit 1f9f6478e6
6 changed files with 7 additions and 9 deletions

View File

@ -1,2 +1,4 @@
RewriteEngine On
RewriteRule ^$ /public [L]
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]