SEF Issue Hierarchy Issues
Posted: Tue Feb 19, 2013 3:02 pm
I'm running PHP 5.3.21, MySQL 5.1.66, and CMSMS 1.11.4. I used to have PHP 5.2.X and everything worked fine for me.
I havent installed modules at all in over 6 month, this issue just happened when the host upgraded to 5.3. I dont want the hierarchy levels, but I cant make them stop even with the following in the config.php
This is how URLs used to be: "http://www.website.com/file.html
Now they show up as: "http://www.website.com/parent/file.html
Any suggestions? Please!
I havent installed modules at all in over 6 month, this issue just happened when the host upgraded to 5.3. I dont want the hierarchy levels, but I cant make them stop even with the following in the config.php
Code: Select all
$config['use_hierarchy'] = 'false';
Now they show up as: "http://www.website.com/parent/file.html
Any suggestions? Please!