Top Menu

0
inShare

How to resolve this issue when .php couldn’t execute by your server?

  1. Open your .htaccess file and take its backup
  2. Delete the old .htaccess file
  3. Create a new .htaccess file with CHMOD = 777 and upload the new file in ascii mode.
  4. 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
 

 

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close