RicksAtWork
Programmer
I am wanting to map part of a URL to an ID in my data base.
For example:
path1 maps to an ID in a database
path2 maps to an ID in a database
I have been told that I can use HTTPMODULES to parse the URL to extract the path1 part of the URL, perform a lookup and then redirect to a base page that will access the values.
Has anybody ever attempted this or seen information on this?
For example:
path1 maps to an ID in a database
path2 maps to an ID in a database
I have been told that I can use HTTPMODULES to parse the URL to extract the path1 part of the URL, perform a lookup and then redirect to a base page that will access the values.
Has anybody ever attempted this or seen information on this?