added htaccess to redirect domain root to /public folder

This commit is contained in:
carodej
2020-08-07 09:38:22 +02:00
parent bfc2253f4d
commit 1ff43b3557

3
.htaccess Normal file
View File

@@ -0,0 +1,3 @@
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]