找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 10|回复: 1

nginx 转.htaccess求助

[复制链接]

35

主题

436

回帖

997

积分

高级会员

积分
997
发表于 2013-1-15 23:23:14 | 显示全部楼层 |阅读模式
[ol]
  • rewrite "^/tags.html$" /index.php?main_page=tags&$args last;
  • rewrite "^/producttags/([A-Za-z0-9-]+)$" /index.php?main_page=tags&letter=$1 last;
  • rewrite "^/producttags/([A-Za-z0-9-]+)/([0-9]+)$" /index.php?main_page=tags&letter=$1&pageno=$2 last;
  • 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;
  • [/ol]复制代码怎么转成.htaccess

    好像只有htaccess转nginx的工具
  • 回复

    使用道具 举报

    34

    主题

    516

    回帖

    1138

    积分

    金牌会员

    积分
    1138
    发表于 2013-1-15 23:25:49 | 显示全部楼层
    [ol]
  • RewriteRule tags.html$ /index.php?main_page=tags&$args
  • RewriteRule producttags/([A-Za-z0-9-]+)$ /index.php?main_page=tags&letter=$1
  • RewriteRule producttags/([A-Za-z0-9-]+)/([0-9]+)$ /index.php?main_page=tags&letter=$1&pageno=$2
  • RewriteRule dresses/([A-Za-z0-9-]+)/(.+)$ /index.php?main_page=tags_search_result&inc_subcat=1&search_in_description=1&letter=$1&keyword=$2[/ol]复制代码
  • 回复

    使用道具 举报

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

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 12:55 , Processed in 0.015566 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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