Page 1 of 1

[SOLVED] Pretty URL config?

Posted: Mon Jan 07, 2013 5:54 pm
by CMSmonkey
Hello,
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'] = '';
previously I would use the following configurations:

Code: Select all

$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
Thanks.

Re: Pretty URL config?

Posted: Mon Jan 07, 2013 6:41 pm
by calguy1000
There is a pdf file in the docs directory that descirbes all of the config variables....

and then there's this: http://docs.cmsmadesimple.org/configuration/pretty-url

Re: Pretty URL config?

Posted: Mon Jan 07, 2013 6:52 pm
by CMSmonkey
Yes, I referred to both of those sources already but neither of them reference the variables 'assume_mod_rewrite' & 'internal_pretty_urls'.

If I should just disregard them and use the ones I used before, then I can. I just didn't know if these new ones can simplify the configuration.

Re: Pretty URL config?

Posted: Mon Jan 07, 2013 6:55 pm
by calguy1000
Those variables were changed a long time ago. The documentation I referred to is accurate and up to date.

Re: Pretty URL config?

Posted: Mon Jan 07, 2013 7:05 pm
by CMSmonkey
OK great.

Thank you.