diff --git a/web/.htaccess b/web/.htaccess new file mode 100644 index 0000000..c186ec2 --- /dev/null +++ b/web/.htaccess @@ -0,0 +1,8 @@ + + Options -MultiViews + + RewriteEngine On + #RewriteBase /path/to/app + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [QSA,L] + \ No newline at end of file