Issue
I try to run my phpinfo.php file with php5.ini, but still show me "Forbidden: You don't have permission to access /phpinfo.php on this server." error message. My site is working, only that phpinfo not...
But, if rename it the php5.ini to php.ini the phpinfo is working and show all the details. Only the problem is, my site can't working with php.ini. Have to rename it to php5.ini...
Anybody know any solution for fix it and be work with php5.ini as well?
Solution
It's possible that your php5 running as CGI instead as an apache module.
So you have to configure Apache to use the PHP CGI modifing the httpd.conf
.
Answered By - Maverick Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.