Tagged Questions

3
votes
4answers
171 views

Best practices for converting an existing website into a website with SEF URL

I've got a website that was created about an year ago and its been constantly revised since then. The website is coded in classic ASP, contains about ~50 pages -- some are multi-purpose, and contains ...
1
vote
2answers
1k views

SEO friendly URL in Classic ASP?

I have website developed in classic ASP. The URL is not SEO friendly at present. Please suggest how I can make the SEO friendly URL for my website in ASP. Is there any supporting functions which can ...
0
votes
1answer
82 views

ISAPI Rewrite RewriteRule for domain root username URLs

I am trying to create a root username using ISAPI Rewrite. E.g. www.mysite.com/myusername I want this to redirect to... /user.asp=myusername Then if the username is not found to load content ...