Can you please give me a sample that only applies to /home/.../file.php ?
I am able to write it in httpd.conf and .htaccess
Thank you
PS: my Virtual Host:
<Directory /home/.../public_html>
AddHandler fcgid-script .php
AddHandler fcgid-script .php5
.....
</Directory>
....
FCGIWrapper /home/.../fcgi-bin/php5.fcgi .php
FCGIWrapper /home/.../fcgi-bin/php5.fcgi .php
RemoveHandler .php
RemoveHandler .php5
BTW, does it make sense "addHandler.... removeHandler" ?