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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 品牌空间1.9 在 nginx 如何配置伪静态

[复制链接]
ysy49271743 发表于 2011-6-14 10:41:30 | 显示全部楼层 |阅读模式
品牌空间1.9 在 nginx 如何配置伪静态

二级域名如何开启...
eqmz 发表于 2011-6-14 13:22:55 | 显示全部楼层
安装包不是有规则么?
回复

使用道具 举报

slyl 发表于 2011-6-14 17:09:22 | 显示全部楼层
  1. rewrite ^/store-([0-9]+)\.html$ /store.php?id=$1 last;
  2. rewrite ^/store-([0-9]+)-([a-z]+)\.html$ /store.php?id=$1&action=$2 last;
  3. rewrite ^/store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ /store.php?id=$1&action=$2&xid=$3 last;
  4. rewrite ^/store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ /store.php?id=$1&action=$2&catid=$3 last;
  5. rewrite ^/street-([0-9]+)\.html$ /street.php?catid=$1 last;
  6. rewrite ^/street-([0-9]+)-([0-9]+)\.html$ /street.php?catid=$1&tagid=$2 last;
复制代码

回复

使用道具 举报

mengganzi 发表于 2011-6-15 09:17:50 | 显示全部楼层
跟之前的版本一样的  之前有发教程贴,可以搜索一下
回复

使用道具 举报

 楼主| ysy49271743 发表于 2011-6-15 11:38:01 | 显示全部楼层
mengganzi 发表于 2011-6-15 09:17
跟之前的版本一样的  之前有发教程贴,可以搜索一下

问题已经解决,十分感谢。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 09:25 , Processed in 0.026034 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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