更改共享主机上的文档根目录?

发布于 2024-12-10 06:33:02 字数 241 浏览 0 评论 0原文

当您将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨的味道风的声音 2024-12-17 06:33:02

如果您有权访问公共以上目录,则可以将所有非公共文件放在那里。
否则,您可以将所有内容放入子目录中,并使用 .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文