11-11-2008, 01:00 AM
|
#3 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
I figured out the problem. I had to set
PHP Code:
$config['uri_protocol'] = "AUTO";
to
PHP Code:
$config['uri_protocol'] = "REQUEST_URI";
|
|
|
|