Hi friends:
I've been reading articles this morning and I'm a bit more confused on something that I'm wondering if I'm over-thinking.
I'm doing a new site to replace a legacy site (mysite.com)
On the old site, there's pages like:
www.mysite.com/Info.html
www.mysite.com/Moreinfo.html
I'd like to be able to configure DNN to perform a permanent redirect (301) to prevent 404s and get people to the updated pages.
for example. I'd like to redirect www.mysite.com/info.html to www.mysite.com/New-Info
I'm not sure how to go about this. I looked at the DnnUrlManagement Module, but there's no documentation or examples.
I also thought about using IIS URLRewrite and doing it in the web.config.
Basically, I don't know what the proper way, the DNN way in 7.3.x + to add these redirections. I've got about 20 redirects to do and I'm not sure what to do.
Sorry for such a noob question. But I'd really appreciate it if someone would help me understand how to go about this.