It looks like you're new here. If you want to get involved, click one of these buttons!
http://localhost/fuel/blog/2017/11/25/Camp-has-a-new-leader
http://localhost/fuel/news-feed/2017/11/25/Camp-has-a-new-leader
$route['news-feed'] = 'blog';
$route['news-feed(/.+)?'] = 'blog/$1';
$config['blog']['uri'] = 'news-feed';
Comments
$config['blog']['uri']
config should be where that URI change is made. Is it possible that there is a saved setting in the admin under Settings > Blog?I thought that I don't have to change that uri in cms blog setting, since I have a config in fuel/modules/blog/config/blog.php:
$config['blog_use_db_table_settings'] = FALSE;
Thanks, admin.