0

我需要重定向 URL

http://myhost.com/dosomething/foo,bar

http://myhost.com/dosomething.php?a=foo&b=bar

我试过了

RewriteRule ^dosomething/(\w+)\W(\w+)$ dosomething.php?a=$1&b=$2 [L,NC]

但问号后什么也没有出现。看来我需要添加某种 RewriteCond %{QUERY_STRING} 但是什么?我能找到的所有示例都是原始请求中存在查询字符串参数的示例,而不是重写的示例。你能告诉我这里需要什么样的 RewriteCond / RewriteRule 吗?

4

0 回答 0