Make New web directory accessible, when showing 403 Forbidden Error
REF: https://mediatemple.net/community/products/dv/204643050/making-directories-browsable-solving-403-errors
the directory needs to have an .htaccess file with the following:
Options +Indexes
that will make the new directory browsable by showing its index page and any files that are there so that users will be able to download files.