amy wrote:

 
PerlModule Apache::ePerl
<Files *.iphtml>
    Options +ExecCGI
    SetHandler perl-script
    PerlHandler Apache::ePerl
</Files>
I don't think an asterik is allowed here.
you need to  use:

<FilesMatch *\.iphtml$>
or

<Files ~ *\.iphtml$>
or easier

<Files .iphtml>

--
___cliff [EMAIL PROTECTED]
 

Reply via email to