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.
Internal Pretty URLs in 1.11.2 [solved]
Internal Pretty URLs in 1.11.2 [solved]
Last edited by atdesign on Fri Sep 28, 2012 4:04 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Internal Pretty URLs in 1.11.2
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.
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.
Re: Internal Pretty URLs in 1.11.2
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.
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.
Re: Internal Pretty URLs in 1.11.2
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.
$config['root_url'] = 'http://site.com';
set if the config.
IIRC, this was written to the config during installation in the past.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Internal Pretty URLs in 1.11.2
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.
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.
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.
Re: Internal Pretty URLs in 1.11.2 [solved]
Of course you probably don't use windoze servers... 
