📜  禁止您无权访问此资源. - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:18.845000             🧑  作者: Mango

代码示例1
sudo nano /etc/apache2/sites-available/yourhostname.conf

remove these lines:
allow from all
Options None

save

then, run:
systemctl restart apache2