Welcome Guest, Not a member yet? Register   Sign In
Bluehost and GET parameters
#3

[eluser]jiffier[/eluser]
The problematic URL is

Code:
/customers/13?folder=2

The error it throws is <b>"The URI you submitted has disallowed characters."</b>


Here is the config.php:

Code:
$config['base_url']  = "http://www.domain.com/";
$config['index_page'] = "index.php";
$config['uri_protocol']    = "AUTO";
$config['url_suffix'] = "";
$config['language']    = "english";
$config['charset'f] = "utf-8";
$config['enable_hooks'] = FALSE;
$config['subclass_prefix'] = 'MY_';
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';
$config['enable_query_strings'] = TRUE;
$config['directory_trigger'] = 'd';
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
$config['log_threshold'] = 4;
$config['log_path'] = '';
$config['log_date_format'] = 'Y-m-d H:i:s';
$config['cache_path'] = '';
$config['encryption_key'] = "";
$config['sess_cookie_name']        = 'ci_session';
$config['sess_expiration']        = 7200;
$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'] = FALSE;
$config['compress_output'] = FALSE;
$config['time_reference'] = 'local';
$config['rewrite_short_tags'] = FALSE;

Thanks in advance,

--
Dani


Messages In This Thread
Bluehost and GET parameters - by El Forum - 03-20-2009, 06:01 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 06:55 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 08:21 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 08:26 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 08:48 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 08:57 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 09:16 AM
Bluehost and GET parameters - by El Forum - 03-20-2009, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB