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