Copied to clipboard

Flag this post as spam?

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


  • satjinder 16 posts 28 karma points
    Mar 27, 2011 @ 07:16
    satjinder
    0

    I have installed the module, but it still does not do any redirects.

    Can you please let me know if there is any other configuration require after installing the module?

  • Dan Christoffersen 64 posts 119 karma points
    Aug 29, 2011 @ 16:26
    Dan Christoffersen
    0

    Same problem - did you find a solution?

  • Jeremy 5 posts 30 karma points
    Oct 13, 2011 @ 04:25
    Jeremy
    5

    I don't know if this will help solve your problem but maybe it will help someone out there.  If you are using IIS 7.0 (integrated pipeline), you need to manually add the http module to the modules section of system.webServer in the web.config.  The package automatically adds the module to the system.web/httpmodules node, but it does not add it to the system.webServer node used by IIS 7.0.

    Add the following to system.webServer/modules:

    <add name="terabytePermanentRedirect" type="Terabyte.Umbraco.Modules.PermanentRedirect.Redirect" />

  • Matt Taylor 873 posts 2086 karma points
    May 03, 2012 @ 13:41
    Matt Taylor
    0

    Thanks, after installing this on Umbraco 4.7.2 with IIS7 I was just being shown my configured 404 page.

    Adding the above to the web.config fixed it.

  • Removed User 12 posts 32 karma points
    May 17, 2012 @ 09:31
    Removed User
    0

    I've just installed this but I'm getting a 404 instead. The config line mentioned above (<add name="terabytePermanentRedirect" type="Terabyte.Umbraco.Modules.PermanentRedirect.Redirect" />) is in both system.web/httpmodules and system.webServer/modules in the web.config.

    Is there anything else I need to do?

  • Removed User 12 posts 32 karma points
    May 17, 2012 @ 09:39
    Removed User
    0

    Sorry, forgot to mention, I'm using Umbraco 4.7.0.

  • Matt Taylor 873 posts 2086 karma points
    May 17, 2012 @ 10:37
    Matt Taylor
    0

    In mine the declaration is in <system.webServer><modules> and <httpModules>

    You may want to check the DLL got installed correctly.

  • Jeremy 5 posts 30 karma points
    May 17, 2012 @ 19:38
    Jeremy
    0

    Annelie, I have this running under 4.7.0 as well, so that shouldn't be a problem.  If you have added the module to both web.config locations and you are using a content picker property with alias umbracoPermanentRedirect then it should work.  You might try bumping your app domain (editing web.config should do it, but iisreset is a sure thing).  If you're using IIS 7.0, make sure you're using integrated mode.  You can also try using ?umbDebugShowTrace=true in you query string to see if any errors are being thrown and also check for .Net Runtime warnings or errors in your system's application event logs.  It sounds to me like you may have an error not allowing the DLL to load properly (as Matt pointed out as well). 

    If none of that works, please post what version IIS you are using and the system.web/httpmodules and system.webServer/modules sections of your web.config.

  • Removed User 12 posts 32 karma points
    May 18, 2012 @ 02:17
    Removed User
    0

    Matt and Jeremy, thank you so much for your help. It turns out that the reason it didn't work was that I didn't have a template selected for the page I was trying to redirect from. Sorry about this, I'm new to Umbraco so didn't spot this until now.

  • Removed User 12 posts 32 karma points
    May 21, 2012 @ 02:32
    Removed User
    0

    Is there any known issues for using this in a load balanced environment? This worked fine on dev when I tested it last week, but when we uploaded to live any items were just published to the staging server and not to the three load balanced production servers. This was the only change that was made, and when we rolled back publishing worked fine again. Any ideas why this happened? Also, the live config didn't have a httpModules node, so I added the whole node.

  • Removed User 12 posts 32 karma points
    Aug 07, 2012 @ 03:47
    Removed User
    0

    Does anyone know if this should work in a load balanced environment?

  • Craig100 1136 posts 2522 karma points c-trib
    Mar 16, 2013 @ 02:15
    Craig100
    0

    I've just moved an old .asp site to Umbraco so need to issue 301 redirects for any requests for the old .asp pages. Does http://our.umbraco.org/projects/backoffice-extensions/permanent-redirect allow you to set this up within Umbraco? I don't want to install the package unless I understand what it does as some packages don't uninstall well. There doesn't seem to be any documentation with it.

    Craig

  • Matt Taylor 873 posts 2086 karma points
    Mar 16, 2013 @ 10:55
    Matt Taylor
    0

    Craig,

    If you're looking to map old ULs to new pages I think there are more suitable packages available. This is not the package to do that.

  • Craig100 1136 posts 2522 karma points c-trib
    Mar 16, 2013 @ 12:56
    Craig100
    0

    Thanks Matt, I'll continue looking.

    Craig

  • Benjamin Ravn 35 posts 68 karma points
    Mar 20, 2013 @ 20:13
    Benjamin Ravn
    0

    Perfect! I worked adding it to the web.config. Maybe you should write it in the project description?

  • Matt 91 posts 237 karma points
    Apr 10, 2013 @ 10:40
    Matt
    0

    Has anyone had any luck with this package in v6.0.3?

  • Matt Taylor 873 posts 2086 karma points
    Apr 10, 2013 @ 10:48
    Matt Taylor
    0

    I upgraded my site to 4.11.3 and it stopped working for me although someone else reported on my thread that it worked for them.

Please Sign in or register to post replies

Write your reply to:

Draft