look
i do that
AddHandler headered .htm
AddHandler headered .html
AddHandler headered .php
Action headered /etc.php3
now i want to do that if file /install/install.php and file /install/installcore.php and exists
its will ignore from
AddHandler headered .htm
AddHandler headered .html
AddHandler headered .php
Action headered /etc.php3
how i do that?