Hello I wanted to upload my web project done with zend framework on my ftp server. I have uploaded it to the public_html/projects/myproject directory (I uploaded whole folder structure, directories: application, docs, library, Obsolete, public, scripts, tests, Zend). Now if I type www.mydomain.com/projects/myproject I see all these folders. If I want to run project I have to type www.mydomain.com/projects/myproject/public
I am not really surprised with that because it's exactly what I could expect, but I don't know how to make all folders other than public inaccessible and I would like to run my project after www.mydomain.com/projects/myproject... What should I do to achieve this goal?
Greetings!