I installed FUEL CMS and I installed Blog module. I added some posts to my blog from the admin end but I cannot view my posts from the front end.
When localhost/myproject/blog it redirects to the 404 page. Is there anything I need to do to make my posts accessible from the front end?
The version of my fuel and blog are
'FUEL_VERSION', '1.3.2' and 'BLOG_VERSION', '1.1'.
Comments
I however tried to change the the front end URL to localhost/myproject/myblog. I entered myblog in the URI field of the Blog settings, but localhost/myproject/myblog is not loading.
Please am I missing something?
$route['myblog(/.+)?'] = 'blog/$1';