Welcome Guest, Not a member yet? Register   Sign In
[RESOLVED] CI framework gives error in xampp1.7.3
#18

[eluser]suba[/eluser]
Code:
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$config['base_url']    = "http://server/sims/";

$config['index_page'] = "";

$config['uri_protocol']    = "AUTO";

$config['url_suffix'] = "";

$config['language']    = "english";

$config['charset'] = "UTF-8";

$config['enable_hooks'] = FALSE;

$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['directory_trigger']     = 'd'; // experimental not currently in use


$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']        = 'sims_session';
$config['sess_expiration']        = 0;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = true;
$config['sess_table_name']        = 'session_table';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']     = 300;


$config['cookie_prefix']    = "sims_";
$config['cookie_domain']    = "";
$config['cookie_path']        = "/";

$config['global_xss_filtering'] = true;

$config['compress_output'] = FALSE;

$config['time_reference'] = 'local';

$config['rewrite_short_tags'] = FALSE;

$config['proxy_ips'] = '';


Messages In This Thread
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-17-2010, 10:35 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-18-2010, 01:12 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-18-2010, 01:36 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-18-2010, 02:54 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-18-2010, 03:18 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-18-2010, 05:20 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-19-2010, 01:27 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-19-2010, 06:09 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-19-2010, 08:04 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 06-20-2010, 11:50 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:05 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:13 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:19 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:21 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:21 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:24 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:25 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:30 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 08:36 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-08-2010, 10:21 PM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-09-2010, 06:02 AM
[RESOLVED] CI framework gives error in xampp1.7.3 - by El Forum - 09-09-2010, 07:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB