Welcome Guest, Not a member yet? Register   Sign In
IdeaWebServer did not recognize URI segments - my solutions
#1

[eluser]H. Bernaciak[/eluser]
Hi,
this small solutions is rather for users of home.pl servers which don't work on apache - they'r using IdeaWebServer and after last update in their server-software none of codeigniter uri segments cannot be recognize...

The simplest and... the most guerilla solutions is just comment code below in function _fetch_uri_string()
Code:
// Arguments exist, it must be a command line request
   if ( ! empty($_SERVER['argv']))
   {
    $this->uri_string = $this->_parse_cli_args();
    return;
   }
Otherwise we can move it lower in the code or IF it the SERVER_SOFTWARE...

Hopeful that it will be completely solved in the next CI version Smile




Theme © iAndrew 2016 - Forum software by © MyBB