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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

+[未解决]SS升级6.0后,图片显示不出来的问题

[复制链接]
pootle 发表于 2008-4-7 13:41:48 | 显示全部楼层 |阅读模式
SS升级6.0后,图片显示不出来的问题
正常:
http://doru.voora.net/?2
异常:
http://doru.voora.net/2/

原因在于模版上显示图片路径是相对地址,不是根的绝对路径,换了其它模版情况相同。

后台站点附件目录:是默认的./attachments 没有对其更改过

伪静态的规则:
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # SupeSite Rewrite规则
  6. # 独立主机用户
  7. # 修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /

  8. RewriteRule ^/([0-9]+)$ /index\.php\?uid/$1 [L]
  9. RewriteRule ^/([0-9]+)/spacelist(.+)$ /index\.php\?uid/$1/action/spacelist/type$2 [L]
  10. RewriteRule ^/([0-9]+)/viewspace(.+)$ /index\.php\?uid/$1/action/viewspace/itemid$2 [L]
  11. RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index\.php\?uid/$1/action/viewbbs/tid$2 [L]
  12. RewriteRule ^/([0-9]+)/(.*)$ /index\.php\?uid/$1/$2 [L]

  13. RewriteRule ^/action(.+)$ /index\.php\?action$1 [L]
  14. RewriteRule ^/category(.+)$ /index\.php\?action/category/catid$1 [L]
  15. RewriteRule ^/viewnews(.+)$ /index\.php\?action/viewnews/itemid$1 [L]
  16. RewriteRule ^/viewthread(.+)$ /index\.php\?action/viewthread/tid$1 [L]
  17. RewriteRule ^/mygroup(.+)$ /index\.php\?action/mygroup/gid$1 [L]

复制代码
请问,问题出在哪里?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-16 20:52 , Processed in 0.028015 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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