找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 6379|回复: 3

discuz伪静态规则的问题

  [复制链接]
发表于 2015-1-30 16:27:42 | 显示全部楼层 |阅读模式
使用了discuz目录化伪静态规则,安装了百度数据结构提交插件。
百度站内搜索的链接伪静态是www。mokeba。net/thread-4241-1-1.html这种形式,我网站的www。mokeba。net/discuzmb/m4231/这种形式才可以访问。不知道百度为什么抓取了http://www。mokeba.net/thread-4241-1-1.html这中形式。求解答

下面是伪静态规则:


RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^.*/(.+).php$ $1.php?%1 [R=301]
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^type-(\w+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&typeid=$2&typeid=$2&filter=typeid&page=$3&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^sort-(\w+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&sortid=$2&sortid=$2&filter=sortid&page=$3&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^category-([0-9]+)\.html$ forum.php?gid=$1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tag\.html$ misc.php?mod=tag&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tag-(thread|blog)-([0-9]+)-([0-9]+)\.html$ misc.php?mod=tag&id=$2&type=$1&page=$3&%1 [L]
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tag-([0-9]+)\.html$ misc.php?mod=tag&id=$1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(\w+)/m([0-9]+)/([0-9]+)/?$ forum.php?mod=viewthread&tid=$2&extra=page\%3D1&page=$3&%1 [L]
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(\w+)/m([0-9]+)/?$ forum.php?mod=viewthread&tid=$2&extra=page\%3D1&page=1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(\w+)/([0-9]+)/?$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^(\w+)/?$ forum.php?mod=forumdisplay&fid=$1&page=1&%1
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$12&%1


回复

使用道具 举报

发表于 2015-1-30 19:31:40 | 显示全部楼层
你所使用的伪静态规则应该进行修改!而不是使用默认的URL规则!
回复 0 1

使用道具 举报

 楼主| 发表于 2015-2-2 15:33:20 | 显示全部楼层
技术帮助 发表于 2015-1-30 19:31
你所使用的伪静态规则应该进行修改!而不是使用默认的URL规则!

怎么修改啊
回复

使用道具 举报

发表于 2015-2-6 00:57:20 | 显示全部楼层
按下面的操作提示操作!
伪静态.jpg
回复

使用道具 举报

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

本版积分规则

QQ|Archiver|手机版|小黑屋|Discuz代码分析|Discuz目录结构|DZ起点网 ( 蜀ICP备13000518号-15 )

GMT+8, 2024-12-23 23:50 , Processed in 0.050189 second(s), 21 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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