Answers for "ForbiddenYou don't have permission to access this resource."

0

ForbiddenYou don't have permission to access this resource.

sudo nano /etc/apache2/sites-available/yourhostname.conf

remove these lines:
allow from all
Options None

save

then, run:
systemctl restart apache2
Posted by: Guest on August-13-2021

Code answers related to "ForbiddenYou don't have permission to access this resource."

Browse Popular Code Answers by Language