Welcome Guest, Not a member yet? Register   Sign In
[solved] allow query string (?p=) to one directory only
#4

I solved this in config.php by doing:
$config['enable_query_strings'] = FALSE;

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

Then editing the .htaccess file for the app that was sending the query string call... seems to work.

Donovan
Reply


Messages In This Thread
RE: allow query string (?p=) to one directory only - by dbrooke - 05-02-2017, 07:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB