Vote count:
0
I am using SLIM for one of my project. My code is working fine on my Localhost and AWS. But I am not able to host the same app on Godaddy server. I am getting "404" error (No input file)
My app structure is follows
Appname
Api
Slim
user.php
And I am calling services from ajax. My URL formats are -
http://ift.tt/VxBb0B
http://ift.tt/1vPWUvr
But I am not able to get these services.
RewriteEngine on <br>
RewriteBase /
DirectoryIndex index.php
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ index.php/$1 [L]
asked 34 secs ago
Aucun commentaire:
Enregistrer un commentaire