How can I redirect following URLs to correct versions in web.config? Bad versions are linked from some external source and working but not correct and I don't have on my actual site, and causes duplication.
1)
https://www.example.com/\ and https://www.example.com/%5C
to
https://www.example.com/
2)
https://www.example.com/wild-flowers.htm?iframe=true&width=100%&height=100%
to
https://www.example.com/wild-flowers.htm
3)
https://www.example.com/kyrenia.htm?viewType=Print&viewClass=Print
to
https://www.example.com/kyrenia.htm
4)
https://www.example.com/maps.htm?ref=binfind.com/web
to
https://www.example.com/maps.htm
Thank you in advance.