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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:33:36+00:00 2026-05-28T18:33:36+00:00

How can I completely avoid using the Codeigniter method of handling URLs and use

  • 0

How can I completely avoid using the Codeigniter method of handling URLs and use the conventional way?

Instead of [root_url]/index.php/controller/view/data, how can I just get [root_url]/view.php?variable=value&variable=value etc ....

If it matters, I am running and testing the site locally and not on the net.

  • 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-28T18:33:37+00:00Added an answer on May 28, 2026 at 6:33 pm

    If you’re not intending on using CI for its URL handling, I would probably recommend using a different framework.

    I would recommend keeping your entire application within the CodeIgniter scope. [base_url]/view/?param=value works just fine, and you can access GET requests via $this->input->get('param');

    Another option is enabling enable_query_strings, which gives you some control over how controllers/functions are routed. Have a look at enable_query_strings in the documentation on URLS at http://codeigniter.com/user_guide/general/urls.html

    Alternatively, If you don’t want view.php in your CI app, [base_url]/view.php?param=value&etc= should load, but it’ll exist outside the CodeIgniter scope.

    If it’s not loading, make If you have an .htaccess file and are redirecting traffic, make sure you have !-f and !-d flags for the REQUEST_FILENAME enabled, so that view.php isn’t being redirected:

    $RewriteCond %{REQUEST_FILENAME} !-f
    $RewriteCond %{REQUEST_FILENAME} !-d
    $RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I avoid using MS AJAX completely while developing ASP.NET Webforms applications and use
Which Doxygen option can completely disable sorting members by type (Private / Public /
how can I completely remove button effects from a Button component in Flex ?
Can there be buffer overflow/overrun vulnerabilities in completely managed asp.net web portal.If yes how
Simple question: Can a swing frame be completely modal ( block all others windows
How can I configure WCF service and client to completely bypass proxy settings configured
I am completely new to Flex. Can I realistically develop, say, a medium complex
Can anybody please explain how this could possibly happen? I am completely aware of
Can this be simplified to a one liner? Feel free to completely rewrite it
How can I get rid of: <input type=hidden name=__VIEWSTATE id=__VIEWSTATE value=.../> Completely !

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.