【发布时间】:2011-01-16 04:07:02
【问题描述】:
假设我有带有如下查询字符串参数的 URL:
/index.php?book=DesignPatterns&page=139
/index.php?book=Refactoring&page=285
使用mod_rewrite,我怎样才能将它们重定向到这样的SES URL?
/DesignPatterns/139
/Refactoring/285
【问题讨论】:
标签: regex apache mod-rewrite query-string