12-30-2009, 07:15 PM
[eluser]daweb[/eluser]
Hi guys, just a simple question for you.
How can I make this URL readable from CI?
http://www.my-site.com/http://www.my-sit...!:Dc::/CK_@
An Error Was Encountered
The URI you submitted has disallowed characters.
In my config.php:
$config['enable_query_strings'] = FALSE;
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
$config['uri_protocol'] = "QUERY_STRING";
Thank you
Hi guys, just a simple question for you.
How can I make this URL readable from CI?
http://www.my-site.com/http://www.my-sit...!:Dc::/CK_@
An Error Was Encountered
The URI you submitted has disallowed characters.
In my config.php:
$config['enable_query_strings'] = FALSE;
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
$config['uri_protocol'] = "QUERY_STRING";
Thank you