Hi all,
have a peculiar issue with pretty urls. I've set $config['internal_pretty_urls'] = true; in the config file yet my site still displays urls as: http://www.site.co.uk/index.php?page=page-title.
I have another site on the same server with the same config and it displays the pretty urls fine.
The first site uses CMS Made Simple 1.4.1 "Spring Garden"
The one with the working pretty URLs uses CMS Made Simple 1.5.3 "Arecibo"
Any ideas?
thanks
Ronan
pretty urls not working
Re: pretty urls not working
Actually $config['internal_pretty_urls'] = true; is used for pretty urls in the administration area.
You have to use $config['assume_mod_rewrite'] = true;
You have to use $config['assume_mod_rewrite'] = true;
Re: pretty urls not working
No, internal pretty url are: index.php/alias or index.php/hierarchy/alias (with use_hierarchy true)uniqu3 wrote: Actually $config['internal_pretty_urls'] = true; is used for pretty urls in the administration area.
You have to use $config['assume_mod_rewrite'] = true;
Recheck config.php and try to clean cache server/browsermacko wrote: Any ideas?
Alby
Re: pretty urls not working
I rechecked the config file and $config['internal_pretty_urls'] = true;
I cleared the browser cache but no change.
I'm not sure how I clear the server cache. Pretty URLs are working fine on another site on the same server.
thanks.
I cleared the browser cache but no change.
I'm not sure how I clear the server cache. Pretty URLs are working fine on another site on the same server.
thanks.
Re: pretty urls not working
was Global Settings > Clear cachemacko wrote: I'm not sure how I clear the server cache. Pretty URLs are working fine on another site on the same server.
You have something that not work in correct way.
Links are from MenuManager or a your UDT/module/Link of TinyMCE/have a strange htaccess/something/....
Alby