相关疑难解决方法(0)

如何将查询字符串变量与mod_rewrite匹配?

假设我有带有查询字符串参数的URL,如下所示:

/index.php?book=DesignPatterns&page=139
/index.php?book=Refactoring&page=285
Run Code Online (Sandbox Code Playgroud)

使用mod_rewrite,如何将它们重定向到这些SES URL?

/DesignPatterns/139
/Refactoring/285
Run Code Online (Sandbox Code Playgroud)

regex apache mod-rewrite query-string

46
推荐指数
1
解决办法
3万
查看次数

标签 统计

apache ×1

mod-rewrite ×1

query-string ×1

regex ×1