> I have write a script based on a htaccess file:
> Here it is:
>
> <FilesMatch "directory">
> ForceType application/x-httpd-php
> </FilesMatch>
>
> But the server don't care about it.
>
> An idea?
your .htaccess will make all files containing directory like
this_is_no_directory.pl and residing in the same directory as the
..htaccess file be interpreted by mod_php. was that what you wanted?
if not, please describe what you want to accomplish.
joachim
ps: as per docs ForceType is not explicitly allowed in <File> or
<FileMatch> blocks, only <Directory> and <Location>, i'm too lazy to
check wether by omission or intent...<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: forcetype + filesmatch in htaccess