Hello everyonne,
I need help with something I think is simple but I cannot figure it out.
I have a web application that creates a subfolder for each person who registers with our site (e.g. http://www.mywebsite.com/RegisteredUser/username). Is there a way to use the URL Rewrite Module to implement the following scenario:
After the new user registers with our site, I want to make it easy for the user to go to his URL by typing http://username.mywebsite.com and it will automatically take him to http://www.mywebsite.com/RegisteredUser/username. Can someone please give me the necessary steps to implement this?
Thank you for your help!!!!
Richard