htaccess document_root 目录名

发布于 2024-11-04 13:39:57 字数 133 浏览 0 评论 0原文

吗?

RewriteRule robots.txt dirname(%{DOCUMENT_ROOT})/robots.php [L]

我需要获取 DOCUMENT_ROOT 的父文件夹

is it possible to do this

RewriteRule robots.txt dirname(%{DOCUMENT_ROOT})/robots.php [L]

i need get parent folder of DOCUMENT_ROOT

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

蒗幽 2024-11-11 13:39:57

您无法在 .htaccess 文件的上下文中创建指向文档根目录之外的目标的重写规则,因此即使可以找到父目录(我对此表示怀疑),这是行不通的。

我所知道的解决这个问题的唯一方法是创建一个指向正确的 robots.php 文件的符号链接。我什至可以创建一个指向 ../robots.php 的相对符号链接,我不确定。

You can't create a rewrite rule pointing to a target outside the document root in the context of a .htaccess file, so even if it were possible to find out the parent directory (which I doubt), it won't work.

The only way around this that I know is creating a symbolic link that points to the correct robots.php file. It may even be possible to create a relative symbolic link pointing to ../robots.php, I'm not sure.

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