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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] discuz!7.0 +uchome1.5 的Rewrite设置方法

[复制链接]
cshewei 发表于 2009-8-27 19:47:45 | 显示全部楼层 |阅读模式
本帖最后由 cshewei 于 2009-8-28 17:41 编辑

现状:
www.xxx.com-------d:\www\xxx\

论坛      访问地址:www.xxx.com/bbs
Sns       访问地址:www.xxx.com/home

针对www.xxx.com域名的Rewrite做了 但是只对 bbs有效,home 没有用一样 在 uchome 后台 开启Rewrite的话 网站有些页面变成的.html的页面打不开 信息如下

无法找到该页
您正在搜索的页面可能已经删除、更名或暂时不可用。
--------------------------------------------------------------------------------

请尝试以下操作:

确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。
单击后退按钮尝试另一个链接。
HTTP 错误 404 - 文件或目录未找到。
Internet 信息服务 (IIS)

--------------------------------------------------------------------------------

httpd.ini 内容如下

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/archiver/([a-z0-9\-]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$3
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
RewriteRule ^(.*)/profile-(username|uid)-(.+)\.html\?*(.*)$ $1/viewpro\.php\?$2=$3&$4
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4

RewriteRule ^/home/(space|network)-(.+)\.html$ /uchome/$1\.php\?rewrite=$2 [L]
RewriteRule ^/home/(space|network)\.html$ /uchome/$1\.php [L]
RewriteRule ^/home/([0-9]+)$ /uchome/space\.php\?uid=$1 [L]

RewriteCond Host: (.+)

RewriteCond Referer: (?!http://\\1.*).*

RewriteRule .*\.(?:gif|jpg|png|) /block.gif [I,O]

麻烦哪位高手指点一下


搞清楚了路径有问题,没有太注意,后面的规则中有uchome,改成home就好了,搞了两天,还是靠自己
 楼主| cshewei 发表于 2009-8-28 17:02:42 | 显示全部楼层
我自己顶一下 怎么就是没有人解决
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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