我使用SLIM框架创建了一个api。我在000webhost.com上托管了它。当我尝试使用REST客户端访问api时,服务器将其重定向到http://error404.000webhost.com/? 。但响应代码是200 ok。我整天尝试了很多,但我无法解决它。我甚至试图修改htaccess文件,但无法帮助。请有人帮助我。 我的htaccess文件是这样的:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]
答案 0 :(得分:1)
你不能。 000webhost.com
有一个旧版本的php,不支持slim。