首页 > 代码库 > Forbidden You don‘t have permission to access

Forbidden You don‘t have permission to access

1.Linux apache 403
问题现象:Forbidden You don‘t have permission to access
2.问题本质:apache 403
3.问题原因:apache的2.4的版本中
Allow from all 应该变成Require all granted
4.解决:
Allow from all 应该变成Require all granted

Forbidden You don‘t have permission to access