URL 重写在 apache 1.3 上无法正常工作
我在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,你可以试试这一行:
Ok can you try this line: