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?
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?
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.