[solved] Aliases in hierachy
Posted: Mon Feb 04, 2008 12:18 pm
Hi,
I setup a page using pretty urls. For pretty urls I configuered the htacces-file and the config.php file
Thus, my page should like something like this :
http://www.blah-blah-page.com/index.htm
Now I want to create a hierachy so that the url should look like this:
http://www.blah-blah-page.com/franks-page/index.htm
However, cmsms complains that I cannot use the same alias twice (even though the second index.htm is loacted in a "sub-folder") an does not let me use this alias.
Is there any way I can get cmsms to allow me to use an alias in lower hierachies which I already used in a higher hierachy?
(I hope my question was understandable.
Couldn't find anything relevant in the forum.)
Thanks for any help!
I setup a page using pretty urls. For pretty urls I configuered the htacces-file and the config.php file
Code: Select all
###THE CONFIG.PHP:####
#------------
#URL Settings
#------------
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = '.htm;
$config['use_hierarchy'] = true;
http://www.blah-blah-page.com/index.htm
Now I want to create a hierachy so that the url should look like this:
http://www.blah-blah-page.com/franks-page/index.htm
However, cmsms complains that I cannot use the same alias twice (even though the second index.htm is loacted in a "sub-folder") an does not let me use this alias.
Is there any way I can get cmsms to allow me to use an alias in lower hierachies which I already used in a higher hierachy?
(I hope my question was understandable.

Thanks for any help!