Re: [PHP-INSTALL] PHP Page Refuse to Display PHP content
[email protected] (kranthi)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
make sure that u have
LoadModule php5_module "path/to/dll/php5apache2.dll"
AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phpt
in your httpd.conf file
and the name of the php file ends in
.php or .php5 or .php4 or .php3 or .phtml or .phpt(what ever u give in the
httpd.conf)