Installing CodeIgniter on root and WordPress in sub-directory

Posted by maSnun on Stack Overflow See other posts from Stack Overflow or by maSnun
Published on 2010-03-24T18:38:35Z Indexed on 2010/03/25 4:33 UTC
Read the original article Hit count: 212

Filed under:
|
|
|
|

Hello,

I want to create a website where the main pages will be served from CodeIgniter. I will use Wordpress in the /blog/ sub-directory to host the blog. Thats it! I want nothing else. Just to make sure that:

example.com/somepage/ calls a CI controller where as example.com/blog/some-post/ is handled by Wordpress.

I don't need any kind of integration or interaction between CI and WP.

Is it possible to install in that way? If not, any workarounds so that I can achieve the objectives?

Thanks and Regards, Masnun

© Stack Overflow or respective owner

Related posts about php

Related posts about codeigniter