It does...I build this package with this feature in mind. I often got questions from editors that they could not see the redirects configured for an item. And of course than they ask how to add and delete them.
Adding and deleting is configurable by the way based on user groups in the configuration of the datatype.
We've installed this package and it works fine with future URL modifications.
However, we have about 500 redirects created via the 301 URL Tracker plugin and we need to move them and populate the umbracoRedirectUrl table via code. We've followed this post:
Manually add redirects to Umbraco's built in URL Redirect Management
Hi all,
How does Umbraco's built-in URL Redirect Management work behind the scenes?
umbracoRedirectUrl table
Is it possible to manually add entries into the table knowing old url and new url or nodeID etc?
Thanks
Hi Ivan,
My Redirects viewer package allows you to do that on a content item.
https://our.umbraco.com/packages/backoffice-extensions/redirects-viewer/
And here you can find a blogpost by Marc Goodson about redirects : http://tooorangey.co.uk/posts/301-redirection-in-umbraco-it-s-a-rum-do/
Dave
Hi Dave,
Thanks for this.
Does it work with the built-in functionality of Umbraco? adding entries to the existing umbracoRedirectUrl table?
Thanks
Hi Ivan,
It does...I build this package with this feature in mind. I often got questions from editors that they could not see the redirects configured for an item. And of course than they ask how to add and delete them.
Adding and deleting is configurable by the way based on user groups in the configuration of the datatype.
Dave
ok many thanks will give it a try and get back to you.
Hi Dave,
We've installed this package and it works fine with future URL modifications.
However, we have about 500 redirects created via the 301 URL Tracker plugin and we need to move them and populate the umbracoRedirectUrl table via code. We've followed this post:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/82460-can-i-populate-umbracoredirecturl-manually
The records seem to be added correctly into the umbracoRedirectUrl table, these appear on every page and in the dashboard.
But the redirects are not working.
Are we missing something?
See below the code:
Any ideas why these redirects are not working?
Thanks
Hi Ivan,
I never tried importing from another redirect tool to the Umbraco Redirect table.
So unfortunatly I can't help you...I never used the 301 Url Tracker as well.
Dave
If anyone has this problem again I fixed Nathan's code by replacing
With
That made it work for me and I could import all the url's from 301 Url Tracker.
Umbraco 7.15.1
is working on a reply...