全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 780|回复: 1
打印 上一主题 下一主题

nginx 转.htaccess求助

[复制链接]
跳转到指定楼层
1#
发表于 2013-1-15 23:23:14 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
  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的工具
2#
发表于 2013-1-15 23:25:49 | 只看该作者
  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
复制代码

评分

参与人数 1威望 +15 收起 理由
下面都湿了 + 15 感谢大神

查看全部评分

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-11 05:12 , Processed in 0.058273 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表