diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..21a35c9 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,10 @@ + + RewriteEngine on + + RewriteBase / + + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !=/favicon.ico + RewriteRule ^ index.php [L] +