Hi there just wondering;
How do I deny direct access to files in a specific folder. I have an upload script that uploads to /uploadedFiles
and currently I just have an index.php which redirects the user to the login page. However, how do I stop users from accessing a file directly such as:
/uploadedFiles/thisFile.jpeg
Thanks in advance :)