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

  • SEARCH
  • Home
  • 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 6248435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:03:25+00:00 2026-05-24T13:03:25+00:00

I have my main site kansasoutlawwrestling.com which will be using Codeigniter, and then I

  • 0

I have my main site kansasoutlawwrestling.com which will be using Codeigniter, and then I am also creating a CMS for myself that is a separate entity which will be located at kansasoutlawwrestling.com/kowmanager.

My CMS will use different CSS, javascript, and image files, so I’m wondering if I should just have two different installs of CI. I tried looking at PyroCMS, but there’s way too many folders and I was having a problem understanding its file structure. What is the proper set up for this is?

  • 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-05-24T13:03:26+00:00Added an answer on May 24, 2026 at 1:03 pm

    The basic structure of Codeigniter is that you have 2 folders and 1 file in your root folder:

    root/application/
    root/system/
    root/index.php
    

    Now, obviously, you might have many more files and folders in there as well, but these are the basics upon which every Codeigniter app runs.

    What do each of these do? To begin with, every page request starts at index.php. This page set’s up some configurations and some constants, and then hands over the reigns to Codeigniter.

    Where is “Codeigniter” located? That would be the system folder. This folder should never be touched, by you or anyone else. Everything pertaining to your app is stored within the application folder. This includes all your configurations, your controllers, your models, your views, even your library extensions (although you could store other stuff outside this folder, like images/css/js/fonts etc.).

    So, the correct way to set up shop would be:

    root/application/
    root/system/
    root/index.php
    
    root/kowmanager/application
    root/kowmanager/index.php
    

    But, you have to inform your kowmanager’s index.php that the system folder is not located in the same directory. So, within the index.php (inside of kowmanager), at around line 25, you should see this:

    $system_path = "system";
    

    Simply change it to:

    $system_path = "../system";
    

    and you’re done.

    Now both your apps (your main site and you CMS) will be sharing the same Codeigniter base. When the time comes to update CI, you’ll do that once within the main system folder…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have main site to which i put code using require function, but when
suppose I have www.usa.com as main site. I will create www.utah.com..www.indiana.com...etc on same dedicated
I have several sites that I want to link back to the main site
I have recently indexed my website. Google has indexed the main site as: www.site.com/?ref=old
I have a navigation on a site which uses subnavigation in the main navigation...
I have a radMenu on the main site.master form which shows on a page.
I have main site example.com where users can register and login or just login
I have many sites that use the same root category of the Main Site.
I have an HTML5 demo site ( http://html5beats.com/ ) that uses JavaScript to detect
I have my main application site https://drchrono.com , and I have a blog sub-domain

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.