diff --git a/web/.htaccess b/web/.htaccess index c7881e6..f5e3b1f 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,6 @@ RewriteEngine On + # RewriteBase /my/api RewriteCond %{REQUEST_URI} !dispatch\.php$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* dispatch.php [L,QSA]