please help me. what is the best way to secure the upload section of a site?
i tried using this:
the uploads are secure but it won't let me download any files
i tried using this:
<Files ~ "\.(php|php3|php4|php5|phps|phtml|shtm|shtml|cgi|p l|pm|asp|cfm|jse|jsp|jar|py|exe|com|bat|dll|pif|sc r|reg|inf|htaccess)$">order allow,deny deny from all</Files>
the uploads are secure but it won't let me download any files
Comment