ISAPI 共享服务器上的 URL 重写(使用 PHP)
我需要重写网址。问题是我正在 ISAPI 服务器上用 PHP 进行开发。另一个问题是我不是服务器的所有者/管理员。
有没有办法在共享 ISAPI 服务器上重写 PHP 的 URL?
I need to rewrite URLs. The problem is that I am developing in PHP on an ISAPI server. An additional problem is that I am not the owner/manager of the server.
Is there any way to rewrite URLs for PHP on a shared ISAPI server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
主机是否安装了 ISAPI_Rewrite 工具?如果是,您可以使用名为 .htaccess 的每个站点配置文件来重写站点的 URL。
Does the host have ISAPI_Rewrite tool installed? If yes, you can use per-site configuration file named .htaccess to rewrite URLs for your site.