I am uploading my project containing folders with all the scripts, PHP, CSS etc, and the index.html
Let's say the URL looks like this www.mydomain.com/project/web/index.html
Inside the parent folder "project", all my files are visible and easily accessible to download (which they shouldn't) if they simply enter www.mydomain.com/project/
Question: Is there any way to HIDE all the parent folders and documents and only make my /index.html accessible?
My server is not an Apache so I can not setup an .htaccess file and build rules to hide/redirect and return a 404 Error page.