Copied to clipboard

Flag this post as spam?

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


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Connie DeCinko 931 posts 1159 karma points
    Nov 29, 2010 @ 18:27
    Connie DeCinko
    0

    Ability to map from old URLs, non-ASPX

    From reading other posts, it seems this should be possible but it's not working for me.  I am trying to map from my old .CFM pages to the new pages in Umbraco.

    This works:  from  /googoo  to  /default

    This does not work:  from  /googoo.cfm  to  /default

     

  • Rich Green 2246 posts 4006 karma points
    Nov 29, 2010 @ 18:34
    Rich Green
    0

    Ignore, wrong forum.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Nov 29, 2010 @ 18:35
    Stefan Kip
    0

    It should work, as long as you map the extension 'cfm' to the correct .NET handler.
    Just like .jpg, it will be handled by the StaticFileHandler, which is obvious, and it looks like IIS doesn't know what to do with the .cfm extension.

    I think this will help you: http://www.eggheadcafe.com/software/aspnet/28403752/cfm-to-aspx-mapping-no-longer-works-after-upg-to-net20.aspx

  • Rich Green 2246 posts 4006 karma points
    Nov 29, 2010 @ 18:36
    Rich Green
    0

    Ignore me, thought this was a general post, not one specific to 301 URL Tracker

  • Zac 222 posts 574 karma points
    May 23, 2011 @ 18:04
    Zac
    0

    I'm having problems with this too.

    I am setting up a new site, and need to redirect old URLS to new ones. The old URLS are something like

    http://www.lorem-ipsum.com/dolor/sedit.cfm

    Which I want to redirect to

    http://www.lorem-ipsum.com/ipsum

    The link posted in this thread didn't really help. I can't figure out what I'm supposed to do with the handler mappings to stop .cfm extentions giving me problems...

  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 23, 2011 @ 21:30
  • Zac 222 posts 574 karma points
    May 25, 2011 @ 11:49
    Zac
    0

    Hi kipusoep, thanks for the link.

    I've just realised (I'm an idiot) that this is in the 301 url tracker forum.

    This was the only topic that seemed relevant to my search. I'm not actually using 301 url tracker. All I really need is for .cfm pages to get handled the same way as everything else so that I can rewrite them to a normal page! :(

  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 25, 2011 @ 11:51
    Stefan Kip
    0

    Well, you can do this the same way as mentioned in the link...

  • Zac 222 posts 574 karma points
    May 25, 2011 @ 11:55
    Zac
    0

    Thanks for that quick reply.

    So just to double check: rewrite to a page that doesn't exist, and use 301 Url Tracker to map that non-existant page (since 301 tracker catches stuff on umbracos 404) to the correct page?

    And to confirm, there no way to do this without 301 URL Tracker?

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    May 25, 2011 @ 11:58
    Stefan Kip
    0

    Yes there is; just don't use it if you don't want to...
    If you rewrite your *.cfm requests to *.aspx, you can do anything you'd like to do with them.

  • Zac 222 posts 574 karma points
    May 25, 2011 @ 12:06
    Zac
    0

    Ugh, what's wrong with my brain.

    I was doing something stupid. It was because I needed to do domain redirects at the same time. Turns out the solution was to do the domain redirects, and then after that, redirect the .cfm pages without domains in front (it really didn't work trying to do both at the same time).

    That probably made no sense but either way what you said helped, so thanks :D

  • 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