开发者

Problems while Developing MVC Projects using WAMP server

开发者 https://www.devze.com 2023-01-19 21:54 出处:网络
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://local

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消