简体   繁体   English

在ISAPI共享服务器上的URL重写(使用PHP)

[英]URL Rewriting on a ISAPI shared server (using PHP)

I need to rewrite URLs. 我需要重写URL。 The problem is that I am developing in PHP on an ISAPI server. 问题是我正在ISAPI服务器上的PHP中进行开发。 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? 有什么方法可以在共享的ISAPI服务器上重写PHP的URL?

Does the host have ISAPI_Rewrite tool installed? 主机是否安装了ISAPI_Rewrite工具? If yes, you can use per-site configuration file named .htaccess to rewrite URLs for your site. 如果是,则可以使用名为.htaccess的每个站点的配置文件来重写站点的URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM