htaccess 到 webconfig
我正在尝试运行 Candy XMPP webclient ( http://amiadogroup.github.com/candy/ )在IIS下。但是,由于它依赖于 htaccess 中的 RewriteRule,所以我无法让它登录(我已经编辑了 index.html 以反映我的 XMPP 服务器上的配置)
candy 的 htaccess 只有以下内容:
AddDefaultCharset UTF-8
Options +MultiViews
RewriteEngine On
RewriteRule http-bind/ http://localhost:5280/http-bind/ [P]
我是 IIS 新手,并且不知道如何将 htaccess 文件转换为 web.config
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.config
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在 Candy 官方 wiki 中有一个 IIS 指南: https: //github.com/candy-chat/candy/wiki/HTTP-Proxy-Configuration#iis
There's now a guide for IIS in the official Candy wiki: https://github.com/candy-chat/candy/wiki/HTTP-Proxy-Configuration#iis