Re: PHP Page Refuse to Display PHP content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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)

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux