Forum Moderators: phranque
I want to make URLs more search engine friendly for a website that runs on a server running IIS.
I want to replace dynamic URLs symbols like?, & and = by dashes "-".
I have used mod_rewrite for other projects before, but they all ran Appache.
What can I do?
Thanks