Config.php Get? |
[eluser]FREEZA[/eluser]
Hello, when i change this lines in the config.php: Code: $config['allow_get_array'] = false; to: Code: $config['allow_get_array'] = 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?
[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." |
Welcome Guest, Not a member yet? Register Sign In |