Viral M
Viral M

Reputation: 21

Opencart You don't have permission to access /admin/index.php on this server

I have a problem when I click on "save" button in opencart "admin->system->setting", the error is:

Forbidden, You don't have permission to access /admin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

What can I do to correct this error?

Upvotes: 1

Views: 2478

Answers (2)

Siraj Ali
Siraj Ali

Reputation: 604

Go to your project directory and right click admin folder and then click on Get Info:

enter image description here

After that double click on Lock icon and change the access to Read & Write

enter image description here And then save the changes

enter image description here

Now refresh the url in browser your issue will be solved

** -> It's mac setup may be window will be same**

Upvotes: 1

user3050972
user3050972

Reputation: 1

Check for the server mod security rules. (this worked for me) Check from the install.txt file from the Opencart upload folder for the permissions and apply those in the appropriate place.

Upvotes: 0

Related Questions