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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

论坛静态化又一招 (有效加强搜索引擎的抓取)

[复制链接]
hydeist 发表于 2006-9-29 20:10:41 | 显示全部楼层
不知道会不会优化过份……汗,这个要请高手来实践告诉我们答案,不敢修改了……
回复

使用道具 举报

c++builder 发表于 2006-9-29 20:25:54 | 显示全部楼层
先不改了,由于WEB服务不是默认端口,用这个自动跳到现用端口很不方便
回复

使用道具 举报

Dream☆Wing 发表于 2006-9-30 01:11:19 | 显示全部楼层
算了........关注吧..........
回复

使用道具 举报

bluebox 发表于 2006-9-30 16:49:08 | 显示全部楼层
那以前收录的地址岂不是歇菜了
回复

使用道具 举报

reishi 发表于 2006-9-30 17:37:42 | 显示全部楼层
我认为不好用

图片路径和CSS路径都要改
回复

使用道具 举报

hao78 发表于 2006-10-2 13:29:03 | 显示全部楼层
图片显示不了,路径有问题~``
回复

使用道具 举报

phpww 发表于 2006-10-3 22:01:07 | 显示全部楼层
装上去网页有点变形!!
回复

使用道具 举报

魔法猪 发表于 2006-10-7 00:45:02 | 显示全部楼层
此帖鉴定为技术帖!

不顶不给老大面子了!

狂支持,优化得不错!
回复

使用道具 举报

lizicheng 发表于 2006-10-10 00:52:47 | 显示全部楼层
我的是这样的
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


怎么搞?是DZ的空间啊
回复

使用道具 举报

7821小雨 发表于 2006-12-4 11:54:00 | 显示全部楼层
match URL into $ with ^(.*)/archiver/([a-z0-9\-]+\.html)$
        if matched then
                set URL = $1/archiver/index.php?$2
        endif

        match URL into $ with ^(.*)/forum-([0-9]+)-([0-9]+)/$
        if matched then
                set URL = $1/forumdisplay.php?fid=$2&page=$3
        endif

        match URL into $ with ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)/$
        if matched then
                set URL = $1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3
        endif

        match URL into $ with ^(.*)/profile-(username|uid)-(.+?)/$
        if matched then
                set URL = $1/viewpro.php?$2=$3
        endif
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 03:27 , Processed in 0.227438 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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