...to protect my uploads directory but it 'disables' anything in this directory when I implement. i.e. the browser won't load anything in/from my sub-directories.
My structure looks like this:
/uploads
.htaccess
/images
/video
My htaccess file contains:
Code: Select all
<Files *.php>
Order deny,allow
Deny from All
</Files>
Am I missing something?
Thanks.