Karelpdiaz Posted September 20, 2016 Share Posted September 20, 2016 hello excuse my English, I'm using google translator, my problem is that I have mounted an installation store prestashop at my local pc, all right shop works when I try to connect to its web service, which is already activated and configured any request returns me the following error. PrestaShop this call to web Services failed and returned an HTTP status of 404. That means:. Not Found I have no idea where he could be the solution, thanks for any hint, idea or comment to help me fix it. Link to comment Share on other sites More sharing options...
rocky Posted September 21, 2016 Share Posted September 21, 2016 Does webservice/dispatcher.php exist on your server? Does your .htaccess file include the following rewrite rules? RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now