Sorry for my extremely simple question.
I have several php and html pages that need to be able to access some files (like image files) and display them.
Where should I put these files? Since I know that it is not recommended (for security reasons) to provide web pages access to files in the server file system (for example, in the home directory, for example).
I need to put files (images) in a folder where I have rights to create new files.
source share