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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 怯怯地问下,我的伪静态都打不开,千万别让我看以往的贴呀,因为官方民间的我都研究

[复制链接]
sissitang 发表于 2010-10-29 08:55:09 | 显示全部楼层 |阅读模式
怯怯地问一下,为啥我的伪静态都打不开,官方和民间帖子我都研究遍了,为啥还是不行呢

iis+php独立服务器,discuzx静态成功正在使用中,就是这个不行,谁帮我看。

这些我都排查了,还是不行呀。
品牌空间伪静态设置方法教程
https://discuz.dismall.com/thread-1852357-1-1.html
关于伪静态出现店铺正在审核问题的排查方法
https://discuz.dismall.com/thread-1839798-1-1.html





本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| sissitang 发表于 2010-10-29 09:02:37 | 显示全部楼层
本帖最后由 sissitang 于 2010-10-29 09:05 编辑

.htaccess的内容如下,我是用记事本打开编辑,放在brand根目录里,对不对?



# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /brand 为你的品牌空间目录相对地址,如果程序放在根目录中,请将 /brand 修改为 /
RewriteBase /
# Rewrite 系统规则请勿修改
RewriteRule ^store-([0-9]+)\.html$ store.php?id=$1 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+)\.html$ store.php?id=$1&action=$2 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ store.php?id=$1&action=$2&xid=$3 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ store.php?id=$1&action=$2&catid=$3 [L,NC]
RewriteRule ^street-([0-9]+)\.html$ street.php?catid=$1 [L,NC]
RewriteRule ^street-([0-9]+)-([0-9]+)\.html$ street.php?catid=$1&tagid=$2 [L,NC]


另外1.5和brand的规则分别在两个文件夹放着。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

 楼主| sissitang 发表于 2010-10-29 09:06:52 | 显示全部楼层
rewrite.ini的内容

[ISAPI_Rewrite]

CacheClockRate 3600

RepeatLimit 32

RewriteRule ^(.*)/store-([0-9]+)\.html\?*(.*)$ $1/store\.php\?id=$2
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)\.html\?*(.*)$ $1/store\.php\?id=$2&action=$3
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-([0-9]+)\.html\?*(.*)$ $1/store\.php\?id=$2&action=$3&xid=$4
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html\?*(.*)$ $1/store\.php\?id=$2&action=$3&catid=$4
RewriteRule ^(.*)/street-([0-9]+)\.html\?*(.*)$ $1/street\.php\?catid=$2
RewriteRule ^(.*)/street-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/street\.php\?catid=$2&tagid=$3
回复

使用道具 举报

dongdong0925 发表于 2010-10-29 10:12:16 | 显示全部楼层
iis下的伪静态应该是在httpd.ini文件里
回复

使用道具 举报

 楼主| sissitang 发表于 2010-10-29 10:31:30 | 显示全部楼层
真是这样,不错,就把rewrite命名为httpd.ini就行了。。。伪静态也没有店铺待审核的问题,不错。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 11:29 , Processed in 0.028181 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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