Welcome Guest, Not a member yet? Register   Sign In
Disallowed characters
#1

[eluser]Chris Williams[/eluser]
I'm using FeedBurner for RSS. It puts a bunch of query stings at the end of my URL. On my live site I get this error:

Quote:An Error Was Encountered
The URI you submitted has disallowed characters.

However, on my dev server, It works just fine. I'm trying to figure the difference and I'm stumped.

Both my config files are the same.

Code:
$config['permitted_uri_chars']    = 'a-z 0-9~%.:_\-';

$config['allow_get_array']        = TRUE;
$config['enable_query_strings']   = FALSE;
$config['controller_trigger']     = 'c';
$config['function_trigger']       = 'm';
$config['directory_trigger']      = 'd'; // experimental not currently in use

Has anyone here experience something similar? What's your workaround?

Thanks!


Messages In This Thread
Disallowed characters - by El Forum - 06-27-2011, 10:43 AM
Disallowed characters - by El Forum - 06-27-2011, 11:55 AM
Disallowed characters - by El Forum - 06-27-2011, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB