Disabling PHP for websites
Hi,In my server, i don't want to allow PHP for the hosted web sites.
I have installed PHP5 on the server, i just commented the line
AddType application/x-httpd-php php
in httpd.conf
How can i enable PHP for only ONE web site ?
I want only 1 web site that can run PHP and all others are not allowed to run PHP.
Regards,
Yujin

