我正在尝试在IIS下运行Candy XMPP webclient(http://amiadogroup.github.com/candy/)。但是,由于它依赖于htaccess中的RewriteRule,我无法登录(我已经编辑了index.html以反映我的XMPP服务器上的配置)
糖果的htaccess只有以下几点:
AddDefaultCharset UTF-8
Options +MultiViews
RewriteEngine On
RewriteRule http-bind/ http://localhost:5280/http-bind/ [P]
我是IIS新手,不知道如何将htaccess文件转换为web.config
答案 0 :(得分:0)
现在,官方糖果维基中有一个IIS指南:https://github.com/candy-chat/candy/wiki/HTTP-Proxy-Configuration#iis