with mod_rewrite enabled = same content on all pages
Posted: Thu Feb 23, 2017 10:10 am
Hello,
This is first installation of V2 and I run into a problem I haven’t seen before.
I'm running CMS Made Simple 2.1.6. I'm using PHP 5.6.30, and MySQL 5.5.53. This is all working with Apache ---running on linux 2.6.32-642.6.2.el6.x86_64 on x86_64
I have problems when I try to enable pretty urls.
When I add:
$config['url_rewriting'] = 'mod_rewrite';
to my config file ({metadata} is present in template) and clear cache, …. Pretty URLs work... but every page displays the homepage content.
Removing $config['url_rewriting'] = 'mod_rewrite'; , I'm back to ugly URLs and the correct content displays for all pages.
No additional modules are installed yet.
Any suggestions?
This is first installation of V2 and I run into a problem I haven’t seen before.
I'm running CMS Made Simple 2.1.6. I'm using PHP 5.6.30, and MySQL 5.5.53. This is all working with Apache ---running on linux 2.6.32-642.6.2.el6.x86_64 on x86_64
I have problems when I try to enable pretty urls.
When I add:
$config['url_rewriting'] = 'mod_rewrite';
to my config file ({metadata} is present in template) and clear cache, …. Pretty URLs work... but every page displays the homepage content.
Removing $config['url_rewriting'] = 'mod_rewrite'; , I'm back to ugly URLs and the correct content displays for all pages.
No additional modules are installed yet.
Any suggestions?