首页 > 代码库 > Apache问题(apache 提示403错误 You don't have permission to access /test.php on this server.)

Apache问题(apache 提示403错误 You don't have permission to access /test.php on this server.)

<Files ~>
AllowOverride AuthConfig FileInfo Indexs Limit Options
Order allow ,deny
Deny from all-----------------注意:就是这儿!!--->把这行去掉或注释掉就行!!!
</Files>

Apache问题(apache 提示403错误 You don't have permission to access /test.php on this server.)