Ok, so I want to update Prestashop so I downloaded it to my local test server. However, I can access the front end, but get a 403 on the admin. The error log shows a rewrite error but rewriting is disabled and I have deleted the htaccess.
Error log says:
[rewrite:error] [pid 17140:tid 2156] [client ::1:62979] AH00670: Options FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden due to its similar ability to circumvent directory restrictions : C:/UniServerZ/www/localhost/admin-xxxx/
- I disabled cache and deleted all files in var/cache
- changed domain in ps_configuration table under ps_shop_domain and SSL domain and did the same in ps_shop_url table
- disabled rewriting via database under ps_rewriting_settings, setting to 0
- updated database settings in parameters.php
Any ideas what is wrong?