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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 我的伪静态都能正常使用,为什么根目录有个httpd.parse.errors文件

[复制链接]
合肥大学生社区 发表于 2013-3-10 19:54:47 | 显示全部楼层 |阅读模式
本帖最后由 合肥大学生社区 于 2013-3-10 19:56 编辑
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP
  7. RewriteRule ^(.*)/topic-(.+)\.html(\?(.*))*$ $1/portal\.php\?mod=topic&topic=$2&$4
  8. RewriteRule ^(.*)/article-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/portal\.php\?mod=view&aid=$2&page=$3&$5
  9. RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=forumdisplay&fid=$2&page=$3&$5
  10. RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$6
  11. RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=group&fid=$2&page=$3&$5
  12. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5
  13. RewriteRule ^(.*)/blog-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/home\.php\?mod=space&uid=$2&do=blog&id=$3&$5
  14. RewriteRule ^(.*)/(fid|tid)-([0-9]+)\.html(\?(.*))*$ $1/index\.php\?action=$2&value=$3&$5
  15. RewriteCond %{HTTP_HOST} ^50mp3.com$ [NC]
  16. RewriteRule ^(.*)$ http://www.50mp3.com/$1 [L,R=301]
复制代码
httpd.parse.errors文件内容  是不是我伪静态设置错了 但是网站伪静态没发现不能用的
  1. Line 4: CacheClockRate directive ignored. It could be used only in the global configuration file
  2. Line 18: Unrecognized string: RewriteCond %{HTTP_HOST} ^50mp3.com$ [NC]
  3. Line 19: Unrecognized string: RewriteRule ^(.*)$ http://www.50mp3.com/$1 [L,R=301]
复制代码
 楼主| 合肥大学生社区 发表于 2013-3-11 16:50:09 | 显示全部楼层
没人管啊
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2013-3-11 17:42:10 | 显示全部楼层
:'(:'(
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2013-3-12 12:23:53 | 显示全部楼层
:o:o
回复

使用道具 举报

lzh370 发表于 2013-3-12 12:33:17 | 显示全部楼层
这是个错误记录文件,就算一个错误都没也是会有的。

你那几行是有错误了。
回复

使用道具 举报

 楼主| 合肥大学生社区 发表于 2013-3-13 10:13:10 | 显示全部楼层
lzh370 发表于 2013-3-12 12:33
这是个错误记录文件,就算一个错误都没也是会有的。

你那几行是有错误了。

是有错误  那麻烦你说下怎样修改才正确啊 不要打酱油啊
回复

使用道具 举报

lzh370 发表于 2013-3-13 10:14:58 | 显示全部楼层
  1. RewriteCond %{HTTP_HOST} ^50mp3.com$ [NC]
  2. RewriteRule ^(.*)$ http://www.50mp3.com/$1 [L,R=301]
复制代码
这两行是你加上去的吧?删掉就行了。
回复

使用道具 举报

左手的爱 发表于 2013-3-13 10:33:15 | 显示全部楼层
是你的虚拟空间自动生成的吧
回复

使用道具 举报

这个年代 发表于 2013-4-3 14:18:06 | 显示全部楼层
Line 3: CacheClockRate directive ignored. It could be used only in the global configuration file
回复

使用道具 举报

1263104 发表于 2013-4-22 03:16:51 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 10:17 , Processed in 0.026835 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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