Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 放到brand子目录后nginx的伪静态怎么改啊?

[复制链接]
yirihan 发表于 2011-11-3 14:26:56 | 显示全部楼层 |阅读模式
根目录下,可用:
        rewrite ^/store-([0-9]+)\.html$ /store.php?id=$1 last;
        rewrite ^/store-([0-9]+)-([a-z]+)\.html$ /store.php?id=$1&action=$2 last;
        rewrite ^/store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ /store.php?id=$1&action=$2&xid=$3 last;
        rewrite ^/store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ /store.php?id=$1&action=$2&catid=$3 last;
        rewrite ^/street-([0-9]+)\.html$ /street.php?catid=$1 last;
        rewrite ^/street-([0-9]+)-([0-9]+)\.html$ /street.php?catid=$1&tagid=$2 last;


放到这个根目录的/brand子目录下,怎么改啊?
rewrite ^/brand/store-([0-9]+)\.html$ /store.php?id=$1 last;
不行


qxwebs02 发表于 2011-11-3 15:14:03 | 显示全部楼层
帮你顶,虽然,我不知道弄。
回复

使用道具 举报

503364520 发表于 2011-11-4 13:46:51 | 显示全部楼层
这个我也想知道
回复

使用道具 举报

敲代码的民工 发表于 2011-11-4 14:36:15 | 显示全部楼层
是不是应该这样

rewrite ^/brand/store-([0-9]+)\.html$ /brand/store.php?id=$1 last;
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 15:50 , Processed in 0.030843 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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