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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 采用了伪静态后经常出现500内部错误,怎么办??

[复制链接]
youshanming 发表于 2010-1-16 16:13:36 | 显示全部楼层 |阅读模式
本帖最后由 youshanming 于 2010-01-16 16:21 编辑

我站采用了伪静态后,访问经常出现500内部错误,特别是第一访问出现的几率最高,过后也会经常出现,出现后,刷新就会好,后台管理也会出现这样的问题
我站地址是:www.52dingan.com     ss7.0的,论坛7.2采用了伪静态没有这样的问题,就SS出现这样的问题,
找过空间商,他们现在也找不到问题的所在,望版主指点一下,
我的是虚拟主机,window系统的服务器,支付伪静态
ss7.0程序放在空间的dingan子目录绑定了www.52dingan.com 域名
dz7.2程序放在空间的dingan/bbs子目录绑定了bbs.52dingan.com
伪静态文件分别都放在各自的目录里
以下是我站的SS7.0的伪静态代码:
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32
  5. # SupeSite Rewrite规则

  6. # 独立主机用户

  7. # 修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /



  8. RewriteRule ^/index.html$ /index.php [L]

  9. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]

  10. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]

  11. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]

  12. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]

  13. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]



  14. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]

  15. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]

  16. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]

  17. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]

  18. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-18 16:37 , Processed in 0.026516 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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