php报错Permission denied
来源:岁月联盟
时间:2011-11-04
去apache的log下看error_log文件
#cd /usr/local/apache2/logs/
(13)Permission denied: exec of '....index.php' failed
加权限就可以
#chmod +x index.php路径
作者 21aspnet