apache 中的简单重写未正确显示
我正在尝试用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论