Copied to clipboard

Flag this post as spam?

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


  • Martin Lingstuyl 202 posts 379 karma points
    Jun 20, 2013 @ 12:02
    Martin Lingstuyl
    0

    www or not www error (with version 1.3)

    Hi,

    I m having a question regarding the functionality of version 1.3 which I have installed on an umbraco 4.5.2 instance.(You deprecated the pre-v2 forum, so thats why I'm posting here :)

    I'm running into the problem that the url Redirection doesnt kick in when www. is added to the url.

    http://www.sterksystems.co.uk/steps/aluminium-steps/platform-steps-%E2%80%93-en131-trade.aspx

    While without www does kick in the redirect

    http://sterksystems.co.uk/steps/aluminium-steps/platform-steps-%E2%80%93-en131-trade.aspx

    This is a big problem because standard Urls are build using the www. addition. So I get a lot of crawl errors on webmastertools.

    I dont know if this is something I could fix or if its an internal bug. Please let me know if you know of a solution.

    Martin

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 20, 2013 @ 12:29
    Stefan Kip
    0

    First of all; 1.3 is old. Upgrade to latest v1 (1.5.2) or even better, to v2

    Second; I've closed the v1 forums for a reason: v1 isn't nearly as good as v2 and I wanted to start clean. Now there's a thread in a Version 2 forum which subjects v1, that's wrong don't you think? So my default reply to people with v1 problems would be: upgrade to v2. Aside I have no idea why it's working without www and not with www. 

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 12:14
    Martin Lingstuyl
    0

    Hi kipusoep,

    I understand that its annoying. But you clearly state that v2 doesn't work with umbraco 4.5.2 and upgrading umbraco is out of the question here for my client, so I'll have to make do with this v1. Tried installing 1.5.2 but got all kinds of problems with that, because this umbraco 4.5.2 instance still runs on .net 2.

    So I reverted back to using 1.3.

     

    Still, just wanted to make sure: in some way the pagerequest isnt recognized and fed through any handler (as I'm getting a non-umbraco 404 server error), maybe you got an idea how that is?

     

    Martin

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 21, 2013 @ 12:16
    Stefan Kip
    0

    Did you assign hostnames within umbraco?

    Ps. Sounds like a general umbraco issue instead of specific Url Tracker issue.

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 12:16
    Martin Lingstuyl
    0

    Hi kipusoep,

    I understand that its annoying. But you clearly state that v2 doesn't work with umbraco 4.5.2 and upgrading umbraco is out of the question here for my client, so I'll have to make do with this v1. Tried installing 1.5.2 but got all kinds of problems with that, because this umbraco 4.5.2 instance still runs on .net 2.

    So I reverted back to using 1.3.

     

    Still, just wanted to make sure: in some way the pagerequest isnt recognized and fed through any handler (as I'm getting a non-umbraco 404 server error), maybe you got an idea how that is?

     

    Martin

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 12:17
    Martin Lingstuyl
    0

    I did assign hostnames yeah, I assigned the www. version.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 21, 2013 @ 12:18
    Stefan Kip
    0

    Does requesting an existing page via the www. URL give you the expected result? Or also 404?

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 13:08
  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 21, 2013 @ 13:13
    Stefan Kip
    0

    Weird... I'm afraid I can't help you with that.

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 13:33
    Martin Lingstuyl
    0

    Changing the asp.net Integrated Pipeline to classic made the umbraco 404 work again, but it just passes the 301 handler without doing anything now.

     

    Would you have the sourcecode for the 1.5.2 version for me?

    I could recompile that to asp.net 3.5 and try if it solves anything and otherwise debug it.

     

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 21, 2013 @ 13:37
  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 13:38
    Martin Lingstuyl
    0

    thanks! Will let you know if solved

  • Martin Lingstuyl 202 posts 379 karma points
    Jun 21, 2013 @ 14:27
    Martin Lingstuyl
    100

    Okay Kipusoep,

    I added the project, debugged and checked it out.

    Adding this key to the Web.config was the solution:

    <add key="301:ignoreDomain" value="true"/>

     

    Thanks for helping me out!

    Martin

  • 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