Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems
#2

[eluser]Raphael Passini[/eluser]
You have to change one little thing in the config.php ( /path/to/ci/system/application/config.php )

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']    = "REQUEST_URI";

Works fine here. I'm using Ubuntu + AMP.


Messages In This Thread
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:01 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:17 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:36 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:42 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:52 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 12:59 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 01:04 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-26-2010, 01:33 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-28-2010, 09:57 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:07 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:33 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 09:53 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:04 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:11 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:15 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 10:40 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 12:36 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 03-31-2010, 07:15 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 04-26-2010, 11:05 AM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-07-2010, 05:58 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-08-2010, 03:59 PM
CodeIgniter 1.7.2 + XAMPP 1.7.3 + .htacess problems - by El Forum - 06-10-2010, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB