Recent Topics
Uploaded Image showing error 403 forbidden
-
Uploaded Image showing error 403. forbidden access. Like
showing bellow message while image uploaded and exist
Forbidden
You don't have permission to access this resource.Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
-
Hi @sandeep,
From inside /public, run:
chown -R username:group storage
Of course replace username:group with the same username:group combo that you find against any other public file or folder when you run ls -l whilst in the public folder.For more reference, please read this one - https://www.oipapio.com/question-27079
Thanks