Hi! I need to create about 300 unique subdirectories on a website that will redirect to specific doctor websites. For example:
(this would redirect to a unique site)
(this would redirect to a unique site)
(this would redirect to a unique site)
Does anyone have a way I could create something server side in ASP to possibly parse the URL and maybe hit a database that says '/drsmith redirects to I'd like to avoid hardcoding 300 directories and 300 redirect files. I really just need someone to point me in the right direction. Thanks for your thoughts!!
NOTE: I have no freedom to change that URL structure, unfortunately.
(this would redirect to a unique site)
(this would redirect to a unique site)
(this would redirect to a unique site)
Does anyone have a way I could create something server side in ASP to possibly parse the URL and maybe hit a database that says '/drsmith redirects to I'd like to avoid hardcoding 300 directories and 300 redirect files. I really just need someone to point me in the right direction. Thanks for your thoughts!!
NOTE: I have no freedom to change that URL structure, unfortunately.