Hi I've got some directories under my web root directory for users' file upload. I want to prevent PHP execution in these directories. Can I do this by PHP or Apache configs?
According to the documentation, you can put the following in .htaccess
php_flag engine off