主题: 使用了ISAPI_Rewrite后kindeditor编辑器的上传图片不能用
作者: 灰烬使者, 发布日期: 2013-09-18 17:29:59, 浏览数: 2764

IS6.0 +php使用了ISAPI_Rewrite后kindeditor编辑器的上传图片不能用了,去消掉ISAPI_Rewrite伪静态后正常 。


伪静态配置如下

[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32

RewriteRule .*\.(?:gif|jpg|png|html|php|css|js|txt|jpeg|swf|flv) $0 [I,L] 
RewriteRule /httpd(?:\.ini|\.parse\.errors) / [F,I,O]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(?!/index.php)(?!/admin.php)(.*)$ /index.php/$1 [L]


测试地址:http://auto.yncxtx.com/plugins/3.html

发表新帖 发表回复