用modu重写处理可选参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用modu重写处理可选参数相关的知识,希望对你有一定的参考价值。

Desired effect is\r\n\r\nhttp://www.somedomain.com/blog/\r\nhttp://www.somedomain.com/blog/tag/\r\nhttp://www.somedomain.com/blog/page/2/
  1. RewriteRule ^blog/$ index.php?action=blog [NC,L]
  2. RewriteRule ^blog/page/(.*)$ index.php?action=blog&page=$1 [NC,L]
  3. RewriteRule ^blog/(.*)$ index.php?action=blog&tag=$1 [NC,L]

以上是关于用modu重写处理可选参数的主要内容,如果未能解决你的问题,请参考以下文章

使用可选查询字符串参数重写 URL 的正则表达式

带有可选参数的nginx和htaccess重写规则

Azure 函数可选查询参数

java 代码片段

使用可选参数的转义完成处理程序有时会使 Swift 崩溃

带有可选参数的RewriteRule