I developed a project in zend framework 1.12 Now I want to deploy it on server. I have a shared hosting. I uploaded all files and folders to public_html folder (application, library, public). When I am opening domain as www.domainname.com it shows all the folders listing, and I need to type as www.domainname.com/public/ then I am able to see my index page.
I can't create virtual host in apache.conf because its on shard hosting.
Please suggest how can I show index page when I type only domain name.