Copied to clipboard

Flag this post as spam?

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


  • iand123 23 posts 53 karma points
    Feb 05, 2013 @ 21:53
    iand123
    0

    directory url's and page structure

    i have an install v6 umbraco which is working fine, i have some pages and structure setup and am using the directory URL's which work for the main page but not any pages underneath that page. For example

    My site is like this

    Home

    Contact

    Courses

    - COurse 1

    - Course 2

     

    Home, Contact and Courses all have a URL of /, /contact/ and /courses/ but course 1 and course 2 have URL's of /course-1/ and /course-2/ respectively when i want them to be /courses/course-1/ and /courses/course-2/

     

    How would i achieve this?

     

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Feb 06, 2013 @ 00:23
    Tom Fulton
    0

    Hi,

    I think it's due to how umbraco handles top-level node paths.  Normally you'd have your subpages under your homepage, like so:

    - Home
    - - Contact
    - - Courses
    - - - Course 1
    - - - Course 2

    This setup would work automatically.  If you can't change the structure, you could also try changing the umbracoHideTopLevelNodeFromPath setting in /web.config - that may fix the issue.

    -Tom

  • iand123 23 posts 53 karma points
    Feb 12, 2013 @ 14:22
    iand123
    0

    changing the web.config value fixed the issue, thanks for the help!

Please Sign in or register to post replies

Write your reply to:

Draft