Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9087203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T21:39:22+00:00 2026-06-16T21:39:22+00:00

I have installed a CodeIgniter application on main domain (domain.com). Now I wanted to

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T21:39:23+00:00Added an answer on June 16, 2026 at 9:39 pm

    Assuming you’re using .htaccess to remove index.php from your URLs, you should have an .htaccess at the root of your project with something like this in it:

    RewriteCond $1 !^(index\.php|robots\.txt|css|images)
    RewriteRule ^(.*)$ index.php/$1 [L]
    

    It’s basically saying “Send all requests to index.php/$request unless they start with index.php, robots.txt, css, or images“.

    This is so you don’t have to use URLs like http://example.com/index.php/controller/method.

    Just add blog:

    RewriteCond $1 !^(index\.php|robots\.txt|css|images|blog)
    RewriteRule ^(.*)$ index.php/$1 [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have codeigniter installed at the root directory, and would like to have a
I'm trying install my codeigniter application in a sub folder: http://website.com/sub_folder And I want
I have a new website wherein I have installed codeigniter (latest). Now for testing
I have an FTP server (abc.xyz.com), and I want to install CodeIgniter in the
I have a directory in the root of my codeigniter application called /css it
I have a website built in codeigniter, and now I want to use google
I am using the basic install of CodeIgniter. We have a directory structure of:
I have setup Codeigniter on my server and I installed Grocery crud on it.
I have a 'vanilla' install of CodeIgniter 2 + Doctrine 2. My tutorial Entity.User.dcm.yml
I have tried by myself to install Rediska (Redis PHP client) into my codeigniter

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.