Welcome Guest, Not a member yet? Register   Sign In
URI Segments and payment gw
#8

[eluser]simonmaddox[/eluser]
[quote author="learnq" date="1230658754"]that is CI error.

404 Page Not Found
The page you requested was not found.[/quote]

Not sure what the issue might be. Maybe it's something in your config.php file?

Here's mine (minus comments):

Code:
$config['base_url']    = "REMOVED";
$config['index_page'] = "";
$config['uri_protocol']    = "AUTO";
$config['url_suffix'] = "";
$config['language']    = "english";
$config['charset'] = "UTF-8";
$config['enable_hooks'] = TRUE;
$config['subclass_prefix'] = 'MY_';
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';
$config['enable_query_strings'] = FALSE;
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
$config['log_threshold'] = 0;
$config['log_path'] = '';
$config['log_date_format'] = 'Y-m-d H:i:s';
$config['cache_path'] = '';
$config['encryption_key'] = "";
$config['sess_cookie_name']        = 'REMOVED_session';
$config['sess_expiration']        = 0;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = FALSE;
$config['sess_table_name']        = 'ci_sessions';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update'] = 300;
$config['cookie_prefix']    = "";
$config['cookie_domain']    = "";
$config['cookie_path']        = "/";
$config['global_xss_filtering'] = TRUE;
$config['compress_output'] = FALSE;
$config['time_reference'] = 'local';
$config['rewrite_short_tags'] = FALSE;


Messages In This Thread
URI Segments and payment gw - by El Forum - 12-30-2008, 03:08 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 03:24 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 03:25 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 04:20 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:23 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:33 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:39 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:44 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB