Slim框架的REST API无法在000webhost(免费的网络托管服务器)中运行

时间:2015-02-25 05:59:22

标签: php json web-hosting slim

我使用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]

1 个答案:

答案 0 :(得分:1)

你不能。 000webhost.com有一个旧版本的php,不支持slim。