diff --git a/api/web/.htaccess b/api/web/.htaccess new file mode 100755 index 000000000..136a0e54d --- /dev/null +++ b/api/web/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . index.php \ No newline at end of file