I have a WHM 11.40.1 (build 11) controlled Centos 6.5 Server in which every account is working normally except for one - where any php file is not parsed no matter what directive I use in the .htaccess file
I have tried all the following individually:
Still it refuses to parse resulting in the browser trying to download the file/ displaying the php code or if I use the php5 mode, it results in internal server error.
I have checked the account's root and found nothing abnormal - no extra php.ini.
I would be grateful for any solution to this problem.
I have tried all the following individually:
Code:
Addhandler application/x-httpd-php .php .html
Addhandler application/x-httpd-php5 .php .html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
I have checked the account's root and found nothing abnormal - no extra php.ini.
I would be grateful for any solution to this problem.