[SOLVED] Pretty URL config?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

[SOLVED] Pretty URL config?

Post 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.
Last edited by CMSmonkey on Mon Jan 07, 2013 7:06 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Pretty URL config?

Post 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
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Pretty URL config?

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Pretty URL config?

Post by calguy1000 »

Those variables were changed a long time ago. The documentation I referred to is accurate and up to date.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Pretty URL config?

Post by CMSmonkey »

OK great.

Thank you.
Post Reply

Return to “CMSMS Core”