URL 重写在 apache 1.3 上无法正常工作

发布于 2024-11-11 01:52:13 字数 191 浏览 0 评论 0原文

我在 .htaccess 中有这条规则,它适用于 apache 2.0 及更高版本,但不适用于 apache 1.3,请让我知道如何使其适用于 apache 1.3.x

RewriteRule ^webmaster/([^/]*)/?$ webmaster.php?section=$1 [L]

谢谢

I have this rule in .htaccess which works well on apache 2.0 and above but not with apache 1.3, please let me know how do I make it work with apache 1.3.x

RewriteRule ^webmaster/([^/]*)/?$ webmaster.php?section=$1 [L]

Thank You

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

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

发布评论

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

评论(1

离鸿 2024-11-18 01:52:13

好的,你可以试试这一行:

RewriteRule ^webmaster/([^/]*) /webmaster.php?section=$1 [L,NC,QSA]

Ok can you try this line:

RewriteRule ^webmaster/([^/]*) /webmaster.php?section=$1 [L,NC,QSA]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文