I have a website developed in Umbraco CMS, I would like to re-write old website links like
http://www.mywebsite.com/about/default.htm
to
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this using the urlrewriting.config file that’s included in the “/config” folder of the site. You’ll need to add a rule, something like this:
If you are running IIS7+ it should work straight away, but on older versions of IIS you’ll need to to map the .htm extension to run through the asp.net DLL for it to be picked up correctly.