I'm trying to get the following htaccess settings to work:
The documentation says the ForceType directive works, but the <Files> block doesn't seem to. Is there a way of accomplishing the above in Litespeed? I did make sure all the htaccess options were selected (except 'None'). What's probably happening is I need an AddHandler or something like that, but I haven't gotten any variation (the above is from the original Apache config) to work.
Thanks in advance,
Lux
Code:
<Files index>
ForceType application/x-httpd-php
</Files>
Thanks in advance,
Lux