Go to the apache log and look at the error_log file
#cd /usr/local/apache2/logs/
(13)Permission denied: exec of '....index.php' failed
Just add permissions
#chmod +x index.php path
Author 21aspnet
http://www.bkjia.com/PHPjc/478546.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478546.htmlTechArticleGo to the apache log to see the error_log file #cd /usr/local/apache2/logs/ (13)Permission denied : exec of ....index.php failed Just add permissions #chmod +x index.php path author 21aspnet...