Hi Community,
I'm trying to migrate my config from Apache to LSWS / LSPHP. My setup requires me to have a php script called 'update' (without .php extension) to be executed by lsphp (Dyndns Update Script, V2 scheme, requires the filename 'update' without any extension).
In Apache, I've set a specific handler for this file in the respective vhost config:
<FilesMatch "update">
SetHandler application/x-httpd-php
</FilesMatch>
How can I do that with lsphp / lsws? Putting the statement in .htaccess does not work.
Thx for any ideas, regards
Stephan
I'm trying to migrate my config from Apache to LSWS / LSPHP. My setup requires me to have a php script called 'update' (without .php extension) to be executed by lsphp (Dyndns Update Script, V2 scheme, requires the filename 'update' without any extension).
In Apache, I've set a specific handler for this file in the respective vhost config:
<FilesMatch "update">
SetHandler application/x-httpd-php
</FilesMatch>
How can I do that with lsphp / lsws? Putting the statement in .htaccess does not work.
Thx for any ideas, regards
Stephan