Welcome Guest, Not a member yet? Register   Sign In
Config.php Get?
#1

[eluser]FREEZA[/eluser]
Hello,

when i change this lines in the config.php:

Code:
$config['allow_get_array']        = false;
$config['enable_query_strings'] = false;

to:

Code:
$config['allow_get_array']        = TRUE;
$config['enable_query_strings'] = TRUE;


and when i do now:

Code:
echo site_url('entry/index');


then it comes: http://URL.de/index.php?entry/index

Why there is a "?" ? Is that normal?
#2

[eluser]FREEZA[/eluser]
no idea?
#3

[eluser]ranjudsokomora[/eluser]
FREEZA,
http://ellislab.com/codeigniter/user-gui.../urls.html

"If you are using query strings you will have to build your own URLs, rather than utilizing the URL helpers (and other helpers that generate URLs, like some of the form helpers) as these are designed to work with segment based URLs."




Theme © iAndrew 2016 - Forum software by © MyBB