用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1515|回复: 1
收起左侧

CI IIS 服务器下的无奈,求助!

[复制链接]
发表于 2013-9-29 11:16:03 | 显示全部楼层 |阅读模式
我的项目在本地是用apach服务器的,可是老板放到了IIS 服务器上
淘宝上请人写了一下URL规则,暂时能用了,但是问题来了
我的在线编辑器不能上传图片,都是上传结束后 出现 Disallowed Key Characters错误,用的kindeditor
  1. Debug 1
  2. Reload 5000
  3. #Browse LOT

  4. RewriteRule ^/.*\.php(.*) /index.php?$1
  5. RewriteRule ^/user(.*) /index.php?/user$1
  6. RewriteRule ^/news(.*) /index.php?/news$1
  7. RewriteRule ^/login(.*) /index.php?/login$1
  8. RewriteRule ^/admin(.*) /index.php?/admin$1
  9. RewriteRule ^[^/public/img/(.*)] /index.php?/$1
  10. RewriteRule ^[^/public/(.*)] /index.php?/$1
  11. RewriteRule ^[^/belove/(.*)] /index.php?/$1
复制代码

这个是重写的规则,我看不懂啊
是不是因为重写了之后
http://www.xxxx.com/public/kindeditor/php/upload_json.php
这种url就失效了?
困惑中,求大大们帮忙看看了,谢谢!


 楼主| 发表于 2013-9-29 11:23:11 | 显示全部楼层
我直接在浏览器里面访问
http://www.xxxx.com/public/kindeditor/php/demo.php
这个文件就没用了,但是在本地却可以,是不是这个原因造成的?

本版积分规则