Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Feb 13, 2017 @ 16:48
    Ismail Mayat
    0

    What to use with umbraco 7.5.8

    Hello,

    I am working on site umbraco 7.5.8. I know that version of umbraco has its own url tracker. However I need to be able to create my own redirects when old urls of my old site are hit so i can redirect to new pages.

    Is this package the best thing to use?

    Regards

    Ismail

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Feb 13, 2017 @ 17:06
    Nicholas Westby
    1

    I am doing that with UI-O-Matic: https://our.umbraco.org/projects/developer-tools/ui-o-matic/computer-says-no/83896-best-way-to-transform-ui-o-matic-data-for-better-presentation

    I was using 301 URL Tracker, but it's now defunct (the maintainer has indicated he no longer wishes to maintain it).

  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Feb 13, 2017 @ 17:31
    Bjarne Fyrstenborg
    1

    Hi Ismail

    We are using UrlTracker on v7 sites and Umbraco Cloud projects to manually create redirects, but I have also tried the redirect package from Anders Bjerner

    https://github.com/skybrud/Skybrud.Umbraco.Redirects/

    I haven't tested the package on live/production sites though.

    /Bjarne

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Feb 14, 2017 @ 08:37
    Ismail Mayat
    0

    Bjarne,

    Awesome will give that a go.

    Cheers

    Ismail

  • Casper Stendal 11 posts 31 karma points
    Apr 04, 2017 @ 18:47
    Casper Stendal
    0

    Hi Ismail,

    What packaged / solution did you end up with? :-)

    /Casper

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Apr 11, 2017 @ 14:45
    Markus Johansson
    0

    Bjarne, would your solution support a multisite senario? Where we have two sites running on different domains in one Umbraco-install?

    They also have 1:1 translation, so each node has more than one url.

    / m

  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Apr 11, 2017 @ 16:21
    Bjarne Fyrstenborg
    0

    I haven't tested the package on a multi-site solution, I don't think it is supported at the moment, but something that might be on the todo list.

    @abjerner can probably elaborate on this.

  • Anders Bjerner 448 posts 2601 karma points MVP 4x admin c-trib
    Apr 11, 2017 @ 16:40
    Anders Bjerner
    1

    With the newest release (v0.2.6) of Skybrud.Umbraco.Redirects, redirects can now be added to a specific site (where a site is a content item with one or more configured domains).

    So to summarize, new redirects can now be created globally or just for a specific site.

    When creating a new redirect through the property editor, the site of the node being edited is pre-selected. The option to select a site can also be hidden through a prevalue option, in which case the redirect will be for the site of the node being edited.

    I'm not sure about the 1:1 translation and multiple URLs, since this is probably a custom setup.

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Apr 11, 2017 @ 18:33
    Markus Johansson
    0

    Thanks for all the anwsers!

    I'll give some different solutions a spinn and let you all know.

    The thing is that every node can have multiple urls and my solution needs to take this into account when creating redirects. Since all nodes have one or more versions depending on the number of configured languages.

    // m

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Apr 05, 2017 @ 05:37
    Nicholas Westby
    0

    If anybody is curious, I got redirects working with UI-O-Matic and Umbraco's native redirect management. However, I had to change my plans, as there are a number of bugs/limitations with the core implementation (e.g., the old URL wouldn't work with trailing slashes). Wouldn't recommend it at all at this point.

    I ended up going with redirects in the web.config. Not ideal, but it works (to an extent).

  • Paul Wright (suedeapple) 264 posts 666 karma points
    Apr 11, 2017 @ 14:51
    Paul Wright (suedeapple)
    0

    If you have access to the IIS instance, this can be quite useful... and you could possibly tap into Umbraco via a simple dashboard screen for CRUD operations.

    https://www.iis.net/learn/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module

  • Amir Khan 1199 posts 2567 karma points
    Apr 11, 2017 @ 16:33
    Amir Khan
    0

    I still use 301 URL Tracker and just disable the default one. At this point its the best option for our needs and seems to be stable.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies