Hello Guys,

To add a apache handler to treat any file extension as php:


Handler is :: application/x-httpd-php
Extension: .xyz.


You can do the same from the Cpanel

To give in the backend you got to append these one line into .htaccess file:

file : .htaccess
line to add:

AddHandler application/x-httpd-php .xyz