heavenly_blue
09-12-2005, 03:39 PM
I've seen this done before, but I don't think it used ASP.
I have a page with a URL that looks like:
http ://mysite.com/myscript.asp?id=4096
How can I make it so I can allow users to just use:
http ://mysite.com/4096
and still have it function the same way as the first URL?
The number is a variable used by the script.
I have a page with a URL that looks like:
http ://mysite.com/myscript.asp?id=4096
How can I make it so I can allow users to just use:
http ://mysite.com/4096
and still have it function the same way as the first URL?
The number is a variable used by the script.