apache 中的简单重写未正确显示

发布于 2024-12-13 13:15:13 字数 316 浏览 0 评论 0原文

我正在尝试用apache重写。我希望将 somedir/try.html 的请求重写为 try.html,不带目录。 问题是 try.html 上的所有链接都指向相对于文件物理位置的位置。当 try.html 在 somedir/try.html 下提供时,所有链接都指向 somedir/link。 我希望我足够清楚地解释了我的问题...

这是我使用的代码:

RewriteEngine On
Options FollowSymLinks

RewriteRule ^try1.html$ http://www.domain.com/try.php

i'm trying to rewrite in apache. i want requests to somedir/try.html be rewritten to try.html, without the directory.
the problem is that all links on try.html point to the position relative to the physical location of the file. when try.html is served under somedir/try.html all links point to somedir/link.
i hope i explained my problem clear enough...

this is the code i used:

RewriteEngine On
Options FollowSymLinks

RewriteRule ^try1.html$ http://www.domain.com/try.php

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文