容器技术交流

 找回密码
 立即注册
查看: 5175|回复: 7

我用记事狗的伪静态有问题

[复制链接]
发表于 2011-3-21 12:18:11 | 显示全部楼层 |阅读模式
我用的是 记事狗微博客程序,官方的伪静态在现在的系统下问题多多,不能正常,很多页面不正常,请问该如何弄呢?在根目录下面的伪静态文件不行啊,该怎么配置呢?
发表于 2011-3-21 14:18:31 | 显示全部楼层
官方没带所谓的记事狗(第一次听说)的伪静态啊!

你在nginx的扩展框中填入吧,记得不要带location那一段
 楼主| 发表于 2011-3-22 15:38:17 | 显示全部楼层
2# 爱洞特漏

他的是后台设置后自动生成的,

  1. # BEGIN JishiGou
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteCond %{REQUEST_URI} !\.(gif|jpeg|png|jpg|bmp)$
  6. RewriteCond %{REQUEST_URI}  !^/wap
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. #RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule . index.php [L]
  10. </IfModule>
  11. # END JishiGou
复制代码
发表于 2011-3-22 20:29:52 | 显示全部楼层
这是apache的伪静态规则,你要将虚拟主机调成“完全使用apache”模式
在主机的“更多设置”中
 楼主| 发表于 2011-3-25 17:52:22 | 显示全部楼层
这是apache的伪静态规则,你要将虚拟主机调成“完全使用apache”模式
在主机的“更多设置”中
爱洞特漏 发表于 2011-3-22 20:29


尝试过了,不顶用。
我再试试。
 楼主| 发表于 2011-3-25 17:57:07 | 显示全部楼层
  1. Internal Server Error
  2. The server encountered an internal error or misconfiguration and was unable to complete your request.

  3. Please contact the server administrator, admin@domain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

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

  5. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
复制代码
发表于 2011-4-2 01:59:25 | 显示全部楼层
我也遇到这个情况,已经是完全使用Apache处理
发表于 2011-4-30 20:16:06 | 显示全部楼层
同求,一样的问题,完全用apache处理 .htaccess 文件也不起作用
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|URLOS ( 粤ICP备18087780号 )

GMT+8, 2025-5-15 12:24 , Processed in 0.032759 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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