Hello,
I'd like to prevent LSWS from executing php scripts that are in a particular directory (an upload dir, see the issue?)
In apache, I used to put this .htaccess:
AddType text/plain .php .php3
in the safe directory.
It does not work in LSWS. How can I do ?