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 9228805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:24:58+00:00 2026-06-18T05:24:58+00:00

I have created a Home page controller with a Page method so that it

  • 0

I have created a Home page controller with a Page method so that it can load inner page views. So I simply pass the Page name as an argument to Page method and it loads that specific view.

E.g. 
http://www.mywebsite.com/home/page/copyright

So here
1. home is controller
2. page is method
3. copyright is the parameter passed to page() method

So the home age loads simply using this URL

http://www.mywebsite.com/home/

and inner pages load using this url pattern

http://www.mywebsite.com/home/page/copyright

Now I want to load inner pages so that suppose I use this URL

http://www.mywebsite.com/copyright

it should load the page from

http://www.mywebsite.com/home/page/copyright

How can I do this using Codeigniter Route method or by using .htaccess file ?

Thanks in advance.

  • 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-18T05:25:00+00:00Added an answer on June 18, 2026 at 5:25 am

    On your application/config/routes.php :

    $route['copyright'] = 'home/page/copyright';
    

    Even better:

    $route['(:any)'] = 'home/page/$1';
    

    So if you navigate to http://www.domain.com/copyright it routes to home/page/copyright
    If you navifate to http://www.domains.com/anything it routes to home/page/anything

    EDIT to catch any route

    Although in this case you have to “catch” pages that you don t route like:

    function page($section = ''){
    
     switch($section){
      case 'contact':  
       //display contact form
      break;
    
      case 'copyright':
      //display copyright
      break;
    
      default:
      //404 error
      break;
     }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created 3 views. 1st view is home, 2nd is inventory and 3rd
I have controller with name AdminController where i have method create_school_head : class AdminsController
I have a List object, with nested Tasks. I have created a page that
I have one area Area1 with controller Home and it's Index method. I also
i have created folder on my server (ie finesse)- 'home' in which i have
alt text http://home.elka.pw.edu.pl/~pkolodzi/Capture.PNG I have created the IAdder interface with two methods: PassA and
I have an app that allows you to create Home shortcuts to a specific
I have created some JQuery that will expand a div 'popup' on hover and
Hey all,(im a beginner in rails) i've created a controller that look like that:
I have a route that looks like the following: map.newsletter '/newsletter', :controller => newsletter

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.