I have installed a CodeIgniter application on main domain (domain.com). Now I wanted to use a directory for a blog (domain.com/blog/) where I would like to install a WordPress powered blog. But the issue is that I created a Directory called a blog but when I try to access it by typing domain.com/blog/ I get CodeIgniter 404 not fount page. I am very new with CodeIgniter so I must be missing something here.
Thanks