htaccess 到 webconfig

发布于 2024-11-29 15:19:00 字数 463 浏览 0 评论 0原文

我正在尝试运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

郁金香雨 2024-12-06 15:19:00

现在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文