Copied to clipboard

Flag this post as spam?

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


  • Björn 10 posts 90 karma points
    Jun 09, 2014 @ 14:11
    Björn
    0

    Startpage redirection without changing url

    Hey guys! I have a page with the following structure:

    -mysite.com
    ---/people.aspx
    ---/companies.aspx
    ---/aboutUs.aspx

    When you access

    mysite.aspx 

    you get redirected to

    mysite.com/people.aspx 

    which is the start page.

    What I would like to do is to keep this redirect but I want the url to be just

    mysite.aspx 

    (even though it's pointing towards mysite.com/people.aspx). I've been told that this is beneficial for SEO purposes.

    However, if you go directly to mysite.com/people.aspx (e.g from /companies.aspx) you should see the full path.

    Any ideas of how this could be done?

    Using Umbraco 6.1.5 with asp.net 4.0 classic.

    Thanks!

  • Björn 10 posts 90 karma points
    Jun 10, 2014 @ 14:58
    Björn
    100

    Solved it myself:

    Found this page http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracoredirect and did something similar!

    I changed "umbracoRedirect" to "umbracoInternalRedirectId" (just like it said you should when working with the top-most node.)

  • 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