I resolved this problem on my site.
In .htaccess comment out this line:
#AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
Added the “#” symbol at the beginning.
Note that there might be a .htaccess file in your PUBLIC_HTML folder and in a sub-domain folder.
I resolved this problem on my site.
In .htaccess comment out this line:
#AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
Added the “#” symbol at the beginning.
Note that there might be a .htaccess file in your PUBLIC_HTML folder and in a sub-domain folder.