How to resolve this issue when .php couldn't execute by your server?
- Open your .htaccess file and take its backup
- Delete the old .htaccess file
- Create a new .htaccess file with CHMOD = 777 and upload the new file in ascii mode.
- Add the following handler in the blank .htaccess
AddType application/x-httpd-php .php .htm .html AddHandler x-httpd-php .php .htm .html
Or coment this code just like given below
#AddHandler application/x-httpd-php54s .php