开发者

htaccess to webconfig

开发者 https://www.devze.com 2023-03-28 08:11 出处:网络
I am trying to run Candy XMPP webclient ( http://amiadogroup.github.com/candy/ ) under IIS. However, since it depends on RewriteRule in htaccess, I am unable to get it to login (I have already edited

I am trying to run Candy XMPP webclient ( http://amiadogroup.github.com/candy/ ) under IIS. However, since it depends on RewriteRule in htaccess, I am unable to get it to login (I have already edited index.html to reflect the configuration on my XMPP server)

The htaccess of candy has only the following:

AddDefaultCharset UTF-8
Options +MultiViews
RewriteEngine On
RewriteRule http-bind/ http://localhost:5280/http-bind/ [P]

I am new to IIS and don't know how to convert htaccess files to web开发者_StackOverflow社区.config


There's now a guide for IIS in the official Candy wiki: https://github.com/candy-chat/candy/wiki/HTTP-Proxy-Configuration#iis

0

精彩评论

暂无评论...
验证码 换一张
取 消