Petter Enge Posted December 27, 2020 Share Posted December 27, 2020 Hello I am using Prestashop 1.7.6.8 I am trying to turn webservice on but get it gets back to NO again. I have enabled rewriting ON in my htaccess file like this <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on the GET, POST, PUT, DELETE og HEAD I do not know how to check. Anyone that can guide me furthere here ? Thanks. Petter Link to comment Share on other sites More sharing options...
Web Engg. Posted December 29, 2020 Share Posted December 29, 2020 Friendly URLs only work with a server setup that supports URL rewriting with the Apache Web Server mod rewrite mod_rewrite feature, Make sure to check that your server have this installed and enabled. After enabling Friendly URL you can clear cache and check it should work. 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