Welcome Guest, Not a member yet? Register   Sign In
.htacces did not work with CI 1.7.2 an php 5.3
#5

[eluser]skunkbad[/eluser]
Trying checking the URI_PROTOCOL in config/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";

Also verify that all settings in config/config and index.php are accurate.


Messages In This Thread
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-06-2009, 10:07 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-06-2009, 05:35 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-06-2009, 07:53 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-06-2009, 07:55 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-06-2009, 07:58 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-07-2009, 01:02 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-07-2009, 02:55 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 11-18-2009, 08:18 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 12-16-2009, 02:53 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 12-16-2009, 06:37 AM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 12-16-2009, 12:35 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 12-16-2009, 12:40 PM
.htacces did not work with CI 1.7.2 an php 5.3 - by El Forum - 12-17-2009, 05:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB