Internal Pretty URLs in 1.11.2 [solved]

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
atdesign
Forum Members
Forum Members
Posts: 38
Joined: Fri Feb 24, 2012 12:57 pm

Internal Pretty URLs in 1.11.2 [solved]

Post by atdesign »

Hi Guys,

Using 1.11.2 in two different installations and I've noticed that when using "$config['url_rewriting'] = 'internal';" in the config and clicking on deeper level links, we end up with multiple "index.php" in the URL.

E.g.: /index.php/index.php/how-cmsms-works/index.php/how-cmsms-works/index.php/index.php/default_templates/top_left/

Is this normal or a bug?
Thanks.
Last edited by atdesign on Fri Sep 28, 2012 4:04 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Internal Pretty URLs in 1.11.2

Post by calguy1000 »

Just tested.... no problems here.
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.
atdesign
Forum Members
Forum Members
Posts: 38
Joined: Fri Feb 24, 2012 12:57 pm

Re: Internal Pretty URLs in 1.11.2

Post by atdesign »

I'm experiencing this on two separate servers, one being a Windows server.

Using $config['page_extension'] = '/'; but also tested with .html and both are still adding multiple 'index.php'.

I've also tried without any extension and ended up with the same result.
atdesign
Forum Members
Forum Members
Posts: 38
Joined: Fri Feb 24, 2012 12:57 pm

Re: Internal Pretty URLs in 1.11.2

Post by atdesign »

I found the issue was that I did not have
$config['root_url'] = 'http://site.com';
set if the config.

IIRC, this was written to the config during installation in the past.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Internal Pretty URLs in 1.11.2

Post by calguy1000 »

Of course there was no config/system information provided in the post to be able to reproduce the problem.

However, a properly working system does not need a $config['root_url'] entry in the config.php file in CMSMS 1.11.x

Infact, my sites do not have it.
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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Internal Pretty URLs in 1.11.2 [solved]

Post by Dr.CSS »

Of course you probably don't use windoze servers... ::)
Post Reply

Return to “CMSMS Core”