diff --git a/public/.htaccess.dist b/public/.htaccess.dist new file mode 100644 index 00000000..ef528060 --- /dev/null +++ b/public/.htaccess.dist @@ -0,0 +1,7 @@ + + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule . /index.php [L] +