Solved
Removing this setup setting fixed the issue
$config['query_var'] = 'ml';
I now have pretty urls and the correct page content loading/
Search found 3 matches
- Thu Feb 23, 2017 11:27 am
- Forum: CMSMS Core
- Topic: with mod_rewrite enabled = same content on all pages
- Replies: 3
- Views: 2114
- Thu Feb 23, 2017 11:24 am
- Forum: CMSMS Core
- Topic: with mod_rewrite enabled = same content on all pages
- Replies: 3
- Views: 2114
Re: with mod_rewrite enabled = same content on all pages
An additional bit of information.
With $config['url_rewriting'] = 'mod_rewrite'; set in config.
I see the correct page content here.
domain.com/index.php?ml=templates-and-stylesheets
But the incorrect content here (it gets the homepage content)
domain.com/how-cmsms-works/templates-and-stylesheets
With $config['url_rewriting'] = 'mod_rewrite'; set in config.
I see the correct page content here.
domain.com/index.php?ml=templates-and-stylesheets
But the incorrect content here (it gets the homepage content)
domain.com/how-cmsms-works/templates-and-stylesheets
- Thu Feb 23, 2017 10:10 am
- Forum: CMSMS Core
- Topic: with mod_rewrite enabled = same content on all pages
- Replies: 3
- Views: 2114
with mod_rewrite enabled = same content on all pages
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....