I'm trying to take old URL's from a site built in Wordpress, and redirect them to the new pages on my IIS server. Some of them are working, and some are not. I've noticed that if the URL is a sub page, meaning it's using back slashes to separate the deeper pages, it won't work and will break my site.
Can anyone tell me how to redirect a page that looks like this?
example.com/areas-served/texas/ to example.com/areas-served/texas.aspx
I would really appreciate some help!