Code: Select all
$config['url_rewriting'] = 'internal';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
I have the following URL Settings from my config file
Code: Select all
http://<url>.com/index.php/news/1/39/News-Module-Installed
Code: Select all
http://<url>.com/news/1/39/News-Module-Installed

Any ideas?