Developer forum

Forum » CMS - Standard features » Redirects module for 302 list

Redirects module for 302 list

Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hi,

We have a customer that is looking to replace their current website with a Dynamicweb wesbsite. Ofcourse they would like important indexed url's to be available in the new solution. Can the redirects module https://doc.dynamicweb.com/documentation-9/platform/platform-tools/redirects be used to add a lomng list of paths that should be 302'ed to the new url? Could we for instance simple add the redirects with a SQL script?

Thanks,

Justin


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Yes you can. But they should be 301s.

Also not that you cannot map them like this

  • old-path/to-page -> /new-path/to-new-page

But it must be like this:

  • old-path/to-page -> Default.aspx?ID=123

Then Dynamicweb will rewrite the URL to the correct dynamicweb url.

Votes for this answer: 1

 

You must be logged in to post in the forum