behnampmdg3 Posted April 27, 2018 Share Posted April 27, 2018 Hi; I need to be able to access local.site.com/e-evergreen/36/ I get The URI you submitted has disallowed characters. I did this but I still get the same error. $config['permitted_uri_chars'] = 'a-z 0-9~%.:_()@&\-![]'; How can I fix it?Thanks Quote Link to comment Share on other sites More sharing options...
requinix Posted April 27, 2018 Share Posted April 27, 2018 permitted_uri_chars goes in a regex. Escape the []s. Quote Link to comment Share on other sites More sharing options...
behnampmdg3 Posted April 27, 2018 Author Share Posted April 27, 2018 Do you mean $config['permitted_uri_chars'] = 'a-z 0-9~%.:_()@&\-!\[\]'; ? Seems to work.Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.