diff --git a/api/.htaccess b/api/.htaccess index 706a6f4..faecbe1 100755 --- a/api/.htaccess +++ b/api/.htaccess @@ -7,4 +7,8 @@ RewriteEngine On # RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.*)$ index.php [QSA,L] \ No newline at end of file +RewriteRule ^(.*)$ index.php [QSA,L] + + + Allow from all +