对窗体参数使用modu rewrite

Posted

tags:

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

Great way to use mod_rewrite with friendly URLs and Form
  1. <IfModule mod_rewrite.c>
  2. Options +FollowSymLinks
  3. RewriteEngine On
  4.  
  5. RewriteCond %{REQUEST_URI} /search.php$
  6. RewriteCond %{QUERY_STRING} ^q=([A-Za-z0-9+]+)&s=Search$
  7. RewriteRule ^(.*)$ /s-%1? [R=301,L]
  8.  
  9. RewriteRule ^s-(.*)$ /search.php?q=$1&s=Search&a=1 [L]
  10. </IfModule>

以上是关于对窗体参数使用modu rewrite的主要内容,如果未能解决你的问题,请参考以下文章

.htaccess从modu rewrite中排除目录

.htaccess php处理程序modu rewrite

modu rewrite URL字符串中的多个变量

使用 nginx rewrite 传递参数

用modu重写处理可选参数

灵活使用rewrite