Is there a way to write a redirect rule so that any occurrence, of say “newyork”, anywhere in the URL can be redirected to the same url with “new-york” as the string’s replacement?
Share
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 achieve this with this IIS Extension:
http://www.iis.net/downloads/microsoft/url-rewrite
It’s quite the same as mod_rewrite in Apache.