Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter on Dreamhost
#2

[eluser]davidbehler[/eluser]
Try playing with your config:
Code:
/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| URI string.  The default setting of "AUTO" works for most servers.
| If your links do not seem to work, try one of the other delicious flavors:
|
| 'AUTO'            Default - auto detects
| 'PATH_INFO'        Uses the PATH_INFO
| 'QUERY_STRING'    Uses the QUERY_STRING
| 'REQUEST_URI'        Uses the REQUEST_URI
| 'ORIG_PATH_INFO'    Uses the ORIG_PATH_INFO
|
*/
$config['uri_protocol']    = "AUTO";

AUTO might not work for you.


Messages In This Thread
CodeIgniter on Dreamhost - by El Forum - 04-06-2010, 06:14 AM
CodeIgniter on Dreamhost - by El Forum - 04-06-2010, 06:38 AM
CodeIgniter on Dreamhost - by El Forum - 04-06-2010, 08:21 AM
CodeIgniter on Dreamhost - by El Forum - 04-06-2010, 09:57 AM
CodeIgniter on Dreamhost - by El Forum - 04-15-2010, 02:34 AM
CodeIgniter on Dreamhost - by El Forum - 04-15-2010, 07:01 AM
CodeIgniter on Dreamhost - by El Forum - 07-16-2010, 03:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB