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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 使用伪静态就出现“您所访问的店铺正在接受管理员审核”~~~~~~~~~~~~~~~~

[复制链接]
dccpower 发表于 2010-12-24 11:31:45 | 显示全部楼层 |阅读模式
本帖最后由 dccpower 于 2010-12-24 12:30 编辑

知道这是个老问题了

也查找了好多论坛内以往的资料

但是还不能解决

没办法,只有发帖求助

我的是独立主机、nginx环境

我在nginx.conf文件里DZX伪静态规则之前添加:


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$ /brand/store.php?id=$1 last;
   rewrite ^/brand/store-([0-9]+)-([a-z]+)\.html$ /brand/store.php?id=$1&action=$2 last;
   rewrite ^/brand/store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ /brand/store.php?id=$1&action=$2&xid=$3 last;
   rewrite ^/brand/store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ /brand/store.php?id=$1&action=$2&catid=$3 last;
   rewrite ^/brand/street-([0-9]+)\.html$ /brand/street.php?catid=$1 last;
   rewrite ^/brand/street-([0-9]+)-([0-9]+)\.html$ /street.php?catid=$1&tagid=$2 last;



还是不行。


求指点啊


谢谢啦
 楼主| dccpower 发表于 2010-12-24 12:00:27 | 显示全部楼层
高手在哪里??
回复

使用道具 举报

白岩书院 发表于 2010-12-24 14:09:36 | 显示全部楼层
帮顶一下
回复

使用道具 举报

焦作论坛 发表于 2010-12-24 14:13:31 | 显示全部楼层
关闭伪静态就正常了


这是官方的一个错误
回复

使用道具 举报

57112073 发表于 2010-12-24 14:16:42 | 显示全部楼层
路过,帮顶
回复

使用道具 举报

 楼主| dccpower 发表于 2010-12-24 14:37:29 | 显示全部楼层
回复 焦作论坛 的帖子

谢谢你指点
回复

使用道具 举报

 楼主| dccpower 发表于 2010-12-24 14:38:25 | 显示全部楼层
回复 57112073 的帖子

谢谢你帮顶
回复

使用道具 举报

pangu168 发表于 2010-12-24 21:00:57 | 显示全部楼层
哎哟,终于遇到知己了,我正为了这个问题烦恼呢!
回复

使用道具 举报

 楼主| dccpower 发表于 2010-12-27 12:45:39 | 显示全部楼层
回复 pangu168 的帖子

握个爪。

您现在还没解决吧?
回复

使用道具 举报

soonewcn 发表于 2010-12-27 13:14:14 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 05:52 , Processed in 0.027617 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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