状态代码:404在角度休息api呼叫中找不到

时间:2016-04-15 04:20:32

标签: php angularjs .htaccess rest slim

我使用REST方法为客户端使用angular。我在服务器端使用SLIM Framework但是当我调用url时,我在服务器上找到了404 Not Found,但它在我的本地服务器上完美运行。 文件夹结构就像这样

  • 应用
    • app.js
    • contoller.js
  • partils
    • template.html
  • API
    • LIB
    • V1
      • 的index.php
      • htaccess的

.htaccess代码是

RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]

我的直播网址为http://www.events.websum.co.in/

0 个答案:

没有答案