View Single Post
  #1  
Old 03-24-2004, 06:35 AM
bogus bogus is offline
Member
 
Join Date: Dec 2003
Location: Brittany / France / Europe
Posts: 31
Default How to deny php execution in a subdir?

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 ?
Reply With Quote