【发布时间】:2012-01-18 07:28:25
【问题描述】:
我想使用 Apache RewriteRule 将 URL 目标页面更改为 abc.php。我已将 RewriteEngine 设置为 On,但我发现了这个问题。
我使用的正则表达式:
RewriteRule ^viewthread\.php.tid=12345$ abc.php
要匹配的 URL 字符串:
viewthread.php?tid=12345
为什么没有匹配成功?
【问题讨论】:
标签: apache mod-rewrite