I recently decided to move my installation from cms/ to / and while its working nicely I want some pages to be 'higher up'.
For example all pages are currently "http://www.domain.com/page, I would like to be able to have some that are "http://www.domain.com/site/page.
Whats the best way to achieve this?
Multi levelled pages.
Multi levelled pages.
Last edited by Dr.CSS on Tue Sep 25, 2012 6:06 pm, edited 1 time in total.
Reason: Please use double quotes on fake links so they aren't clickable...
Reason: Please use double quotes on fake links so they aren't clickable...
Re: Multi levelled pages.
You need to use pretty URLs and the second one would be 3rd level menu item, site.com / parent page / child page ...
Re: Multi levelled pages.
Thanks for the pointers.