How to set CodeIgniter to ignore Wordpress folder?
        Posted  
        
            by 
                artmania
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by artmania
        
        
        
        Published on 2010-12-31T01:22:01Z
        Indexed on 
            2010/12/31
            1:54 UTC
        
        
        Read the original article
        Hit count: 384
        
Hi friends,
I built a website with CodeIgniter last year www.example.com, and client wanted Wordpress Blog last week. I built the blog and uploaded to www.example.com/blog
Now when I click any link on wordpress it gives error as below :/
http://www.example.com/blog/category/one-last-category/
An Error Was Encountered
Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.
How can I set Codeigniter to ignore Wordpress folder?
Appreciate helps!!!
© Stack Overflow or respective owner