webmaster
Guppy
Hi all what is the best method to rewrite URL's
exsample site.com/proudct.aspx?id=1&startpage=5
what i want it should rewrite to
site.com/product8.html
(for Search engines)
the links from my home page will be with variables but when clicked the server should rewrite the URL,
if i use redirect (asp.net) will the client browser need to process a new requests
if yes the log's will be double?
is there a way just change the URL not reprocess the request?
I heard from IIS ReWrite and ISAPI ReWrite any one have expernce wich methed it does?
Thank You
exsample site.com/proudct.aspx?id=1&startpage=5
what i want it should rewrite to
site.com/product8.html
(for Search engines)
the links from my home page will be with variables but when clicked the server should rewrite the URL,
if i use redirect (asp.net) will the client browser need to process a new requests
if yes the log's will be double?
is there a way just change the URL not reprocess the request?
I heard from IIS ReWrite and ISAPI ReWrite any one have expernce wich methed it does?
Thank You