全球主机交流论坛

标题: nginx 转.htaccess求助 [打印本页]

作者: 下面都湿了    时间: 2013-1-15 23:23
标题: nginx 转.htaccess求助
  1. rewrite "^/tags.html$" /index.php?main_page=tags&$args last;
  2. rewrite "^/producttags/([A-Za-z0-9-]+)$" /index.php?main_page=tags&letter=$1 last;
  3. rewrite "^/producttags/([A-Za-z0-9-]+)/([0-9]+)$" /index.php?main_page=tags&letter=$1&pageno=$2 last;
  4. rewrite "^/dresses/([A-Za-z0-9-]+)/(.+)$" /index\.php?main_page=tags_search_result&inc_subcat=1&search_in_description=1&letter=$1&keyword=$2 last;
复制代码
怎么转成.htaccess

好像只有htaccess转nginx的工具
作者: pojtt    时间: 2013-1-15 23:25
  1. RewriteRule tags.html$ /index.php?main_page=tags&$args
  2. RewriteRule producttags/([A-Za-z0-9-]+)$ /index.php?main_page=tags&letter=$1
  3. RewriteRule producttags/([A-Za-z0-9-]+)/([0-9]+)$ /index.php?main_page=tags&letter=$1&pageno=$2
  4. RewriteRule dresses/([A-Za-z0-9-]+)/(.+)$ /index.php?main_page=tags_search_result&inc_subcat=1&search_in_description=1&letter=$1&keyword=$2
复制代码





欢迎光临 全球主机交流论坛 (https://sunk.eu.org/) Powered by Discuz! X3.4