S
Shabam
I have an application and I'd like to shorten the url for some of the pages.
Instead of:
www.domain.com/page.aspx?key=12345
I'd like it to be like this:
www.domain.com/12345
Obviously this brings into this equation 2 issues.
#1. is the document being served. I believe it will automatically submit
the data to the default page (default.aspx in this case), so I just need to
rename the script to that. Am I right?
#2. is the variable. Since I'm no longer supplying the key, the application
will need to figure it out on its own. How best to handle this part?
Instead of:
www.domain.com/page.aspx?key=12345
I'd like it to be like this:
www.domain.com/12345
Obviously this brings into this equation 2 issues.
#1. is the document being served. I believe it will automatically submit
the data to the default page (default.aspx in this case), so I just need to
rename the script to that. Am I right?
#2. is the variable. Since I'm no longer supplying the key, the application
will need to figure it out on its own. How best to handle this part?