My site uses php an I would like to allow users to upload files into thier own subfolders.
public_html/user_uploads/username/
I need to disable all scripts in these subfolders, how do I do this? I assume I can put something in a .htaccess file in "user_uploads" to do this, but I am not sure what.