Starx
Starx

Reputation: 78971

Problems while Developing MVC Projects using WAMP server

I am trying to develop websites using Zend Framework. But I came to a strange problem, the public folder is not showing up. I was suppose to change the apache's configuration to redirect http://localhost/ to http://localhost/public, but there are many projects inside the WWW folder, which has to be accesed.

I can enable the mod_rewrite to bring out the public folder, but I am not allowed to change it while I upload it to the actual web server. Is there anyway to solve this problem?

May be a .htaccess file to change the site root folder would be of help.

Upvotes: 0

Views: 1472

Answers (1)

David Weinraub
David Weinraub

Reputation: 14184

This answer is a detailed description of manually setting up your virtual host and configuring a basic ZF app to run. Hopefully it will help.

Update: Given your edited question, perhaps my blog post discussing one approach to deploying a ZF app on shared hosting might be helpful.

Upvotes: 1

Related Questions