【发布时间】:2015-06-29 03:03:43
【问题描述】:
我的网址是:
https://example.com/c3dlZXRfcmFqdmk5MUBob3RtYWlsLmNvbQ=
当我删除 = 时,它工作正常。
我有这个在config.php
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
错误:
The URI you submitted has disallowed characters.
如何允许= 或== 登录URI?
我已经尝试过改变这个:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-='; // added = sign at the end
【问题讨论】:
标签: php codeigniter