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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:13:36+00:00 2026-05-30T09:13:36+00:00

So being locate at this url (as an example) : http://localhost/codeigniter-app/en/results?search_query=data uri_string doesn’t return

  • 0

So being locate at this url (as an example) : http://localhost/codeigniter-app/en/results?search_query=data

uri_string doesn’t return the needed path

["uri_string"]=>
  string(10) "en/results"

and the expected:

["uri_string"]=>
  string(10) "en/results?search_query=data"

Some of my config.php

$config['uri_protocol'] = 'AUTO';
$config['url_suffix'] = '';
$config['allow_get_array']      = TRUE;
$config['enable_query_strings'] = false;

Any ideas?

Edit:

The problem is found when using http://codeigniter.com/wiki/CodeIgniter_2.1_internationalization_i18n library

  • 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-30T09:13:37+00:00Added an answer on May 30, 2026 at 9:13 am

    I ended adding this in application/core/MY_Lang.php where I needed to get the correct path:

    if(preg_match('/results/', $this->uri))
    {
        $this->uri = $this->uri.'?'.$_SERVER['QUERY_STRING'];
    }
    

    bellow: $this->uri = $URI->uri_string();

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

Sidebar

Related Questions

I seem to remember being able to print out (or locate) the specific switches
Being stuck with a legacy database schema that no longer reflects your data model
Being new to test based development, this question has been bugging me. How much
I have this code that pulls an image from an url and displays it
This question is being based off of a similar question titled, ASP.NET MVC Relative
so suppose my server is located in http://www.example.com I then put a file file.exe
I am using this plugin with one pane being shown at a time and
Being relatively new to the .net game, I was wondering, has anyone had any
Being vaguely familiar with the Java world I was googling for a static analysis
Being a C# developer since version 1.0, F# has captured my free time for

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.