09-20-2009, 01:51 AM
[eluser]itibook[/eluser]
Hi Colin,
spot on... I had the following setting from the CI install
I changed it to
and it now works...
thank you very much Colin, really appreciated
ciao
Luca
Hi Colin,
spot on... I had the following setting from the CI install
Code:
$config['uri_protocol'] = "AUTO";
I changed it to
Code:
$config['uri_protocol'] = "REQUEST_URI";
and it now works...
thank you very much Colin, really appreciated
ciao
Luca