Hi friends:
We launched our first DNN site this week. It's working pretty well so far.
When we submitted it to Google Index, google reported a few pages that previously existed (on the old host) are returning 404s. I successfully used the DNNUrlManagement module to 301 these pages.
However, Google is reporting that there are some directories missing. When I add one of these to the DnnUrlManagement, it does not work to redirect them.
For example:
If I select a page, and type in "/images2/customfab/" and want to redirect a 301 to the custom-fabrications page, it accepts the entry in the list. HOwever, when I browse to that URL, it still throws a 404.
How do I configure DNN to redirect these intercepted directory URLS?
(it is working with redirecting old .htm and .html pages)