after re-install the apache ant php , I meet a problem, only the php file in the root folder can access, the php file in the sub folder of root can not access.
I am using apache2.2 php4.3 and codeigniter php framework.
#apache config
<Location /gl>
</Location>
Alias /gl /mnt/deploy/hospital
when I put file in "http://.../gl/application/controllers/test1.php", the browser report 500 error, and I check the /var/log/apache2/error.log no php error find.
when I put file in "http://.../gl/test1.php" thing's ok.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…