seefresh
11-11-2009, 09:33 AM
Hi, simple question but not sure which direction to look for an answer. I have a .NET script that forwards to a longer url based on a key, basically:
www.mysite.com/l.aspx?k=1234
What's the best approach for having a directory call that script with this type of url:
www.mysite.com/l/?k=1234
www.mysite.com/l.aspx?k=1234
What's the best approach for having a directory call that script with this type of url:
www.mysite.com/l/?k=1234