+ Reply to Thread
Results 1 to 1 of 1
Thread: Add a Apache Handler
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Add a Apache Handler
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


LinkBack URL
About LinkBacks



Reply With Quote