Internal Server Error on apache, but only on PHP files -


this not duplicate, millionplicate, because know there dozens of same question in here, none of them have answer situation.

there go:

i have apache, latest zend server. reason whenever open php project, not open, says internal server error.

i have changed httpd.conf, have allowed permissions folder, , if run php phpinfo.php (my test file), run php file, if open on browser, wont.

the apache running html files, not php.

any on this?

please sure command codes in apache httpconfig file

loadmodule php5_module "c:/yourphpfolderr/php5apache2_2.dll"

addtype application/x-httpd-php .php

# configure path php.ini

phpinidir "c:/yourphpfolder"


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -