I have upgraded a site to CMSMS 1.11.13. I am attempting to using pretty URL with the new upgrade, however I have noticed a change in config variables that the Config CMSMS Variable file does not reference.
I tried to track through the documentation section on this site, but it does not seem to be updated to using the new config variables found in the 1.11.13 config file.
Can someone please inform me or point me in the right direction for setting up pretty URLs using the following variables:
Code: Select all
$config['assume_mod_rewrite'] = '';
$config['internal_pretty_urls'] = '';
Code: Select all
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';


