View Single Post
Old 11-11-2008, 01:00 AM   #3 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

I figured out the problem. I had to set
PHP Code:
$config['uri_protocol'] = "AUTO"
to
PHP Code:
$config['uri_protocol'] = "REQUEST_URI"
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote