更改共享主机上的文档根目录?
当您将 Zend Framework 网站部署到共享主机时,通常无法更改 DocumentRoot 以指向网站的 public/ 文件夹。因此,该网站的 URL 现在为 http://www.example.com/public/ 。
除了选择合适的主机......还有什么解决方法吗?
谢谢卢卡
When you deploy a Zend Framework website to a shared host, you usually cannot change the DocumentRoot to point at the public/ folder of the website. As a result the URL to the website is now http://www.example.com/public/.
Apart from choosing a proper host..there's any workaround?
thanks
Luca
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有权访问公共以上目录,则可以将所有非公共文件放在那里。
否则,您可以将所有内容放入子目录中,并使用
.htaccess
文件阻止对其的访问。If you have access to directories above public, you can put all non public files there.
Otherwise, you can put everything in a subdirectory, and block access to it with an
.htaccess
file.