I'm using CMSMS 1.1.
How do I make URLs that looks like this:
site.com/main/demo
(or, pre-mod-rewrite: site.com/index.php?dir=main&page=demo)
I know how to work the mod_rewrite, I just can't figure out how create the impression of parent folders in the URL. How do I customise the URL structure so that it shows the parent page and then the child page?
Thanks!
Edit: Problem solved. Through http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Optional_Settings, I enabled $config['assume_mod_rewrite'] in the config.php file, then enabled $config['use_hierarchy']. WOW! I'm so HAPPEE!! It works brilliantly.

