Author Topic: don't have permission to access /AbanteCart/index.php  (Read 5184 times)

Offline Herr Cloaca

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
don't have permission to access /AbanteCart/index.php
« on: March 03, 2019, 09:49:02 AM »
Just installed AbanteCart 1.2.13.  I get the following error message:

Forbidden
You don't have permission to access /AbanteCart/index.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


The permissions on /AbanteCart/index.php are 0644

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: don't have permission to access /AbanteCart/index.php
« Reply #1 on: March 03, 2019, 11:54:42 PM »
Hello.

There can be few problems:
1. 0644 is still allow public to write into file so your server do not allow that file to execute. Try more strict permissions (640 permissions, 444, or even 400 depending on your server setup)
2. In your server you have enabled mod_security which know as false positive alarm maker and prevent you to load some files https://abantecart.atlassian.net/wiki/spaces/AD/pages/3604484/Mod+security+403+406+error

 

Powered by SMFPacks Social Login Mod