Forum Moderators: phranque
Looking for the cheapest, least complicated (don't want to have to alter my ASP code) software to rewrite a url such as www.site.com/default.asp?pg=products to a static verison.
I know of ISAPIRewrite, but their website seems to be out of commission.
I would like to simply install the .DLL and not have to go through my entire site's code changing the references to the dynamic characters.
THanks
not have to go through my entire site's code changing the references to the dynamic characters.
erm, am i missing the point or are you?
what would be the point unless your links/references pointed to the new 'static url's' - if your site is template driven it would be easy enough to rewrite the links, if not i see it could be a big job.
They have a prog called Linkfreeze which is an IIS plugin.
It does the dynamic conversion between the server and client, so purportedly you don't have to rewrite your server-side code at all. It even claims to keep the 'old' links working at the same time, so you don't lose existing backlinks to your dynamic URL's.
Going to give it a try.. just a question of whether my host is willing to muck about installing IIS snap-ins.