We are planning to use URL rewrite for our site for better search engine optimization. The site is in classic ASP. This website running on multiple servers using load balancing server. I searched on internet and found Helicon ISAPI/Rewrite/ Component to rewrite URLs. Suggest me any other good alternatives.
I have other problem for doing this.
We use sessionid in our all URLs on the website like
http://www.mywesite.com/dept.asp?sessid=GE2SR04F1032008&depid=100&catid=251Suppose depid 100 is Electronics and catid 251 is Digital Camera then what is the best way to rewrite above URL.
In short we want to Optimization URL like
http://www.mywesite.com/ Electronics/ Digital_Camera.html
How can we include sessid in the Rewrite URL?
Is a sessid in the URL effect the search engine optimization?
Start Free Trial