Pretty Url problem [Solved]
Posted: Mon Jun 09, 2008 5:38 pm
CMSMadesimple 1.2.5
PHp 5 MySql 5
Shared hosting
I have modified config.php for pretty URl's
$config['internal_pretty_urls'] = true;
$config['use_hierarchy'] = true;
but I am getting
http://example.com/index.php/parent/child
Instead of
http://www.example.com/index.php/parent/child
Any ideas?
Thanks
PHp 5 MySql 5
Shared hosting
I have modified config.php for pretty URl's
$config['internal_pretty_urls'] = true;
$config['use_hierarchy'] = true;
but I am getting
http://example.com/index.php/parent/child
Instead of
http://www.example.com/index.php/parent/child
Any ideas?
Thanks