diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..9e760aad --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteCond %{REQUEST_URI} !^public +RewriteRule ^(.*)$ public/$1 [L] \ No newline at end of file