Unfortunately I don’t have access to the Windows Server in question, so I would need instructions as to how I could do this so I can pass it on.
Basically, I am using PHP on a Windows IIS 6 and I need to be able to rewrite the URLs as you would with a .htaccess file.
I need to turn
example.com/index.php?page=about
into
example.com/about/
Any ideas?
Many thanks
If you do not have access to the IIS server itself, then you are out of luck.
If you can convince the server operators to install an URL rewriting engine, like Ionic’s Isapi Rewrite Filter or Helicon’s ISAPI/Rewrite for example, then you can use regular
.htaccessfiles just like you would with Apache and mod_rewrite.