|
|||
|
I'm currently having a similar problem. PHP files download rather than load normally, and at the domain name I just get the message "There is no website configured at this address." Have recompiled Apache through whm several times, getting an error message saying that php can't find "//bin" (apparently a config error, although I don't know where the config would be...). I then updated cpanel, and again compiled apache through it with the same results. Using easyapache as described above has no effect. Any ideas, anyone...?
|
|
|||
|
GOt one MIME types check and make sure the .php extension is set right
http://httpd.apache.org/docs/mod/mod_mime.html <-- Aapche docs Under the <module mod_mime.c> Make sure these are in your httpd.conf file AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php .php3 AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .phtml |
![]() |
| Thread Tools | |
| Display Modes | |
|
|