
08-20-2007, 02:59 PM
|
|
New Member
|
|
Join Date: Aug 2007
Posts: 4
|
|
Thank you for your fast answer,
but I still can't get it working ...
I added application/x-httpd-pl to the mimetypes and
added a .htacces file in the main directory with that content:
Code:
<Directory /bin>
ForceType application/x-httpd-pl
</Directory>
and because that didn't work one in the directory bin
Code:
ForceType application/x-httpd-pl
and some slightly different things ..
AllowOveride is on .... the Log doesn't show anything strange ...
I am not shure whether LSWS reads the .htacces file in the Directory /bin.
I hope you can help me.
Thanks in advance!
|