Hi! On Wed, Sep 23, 2009 at 11:28 PM, [email protected] <[email protected]> wrote:
> i changed the allow_url_include Off to On but cherokke is ignoring this > change. > In my info.php it still shows me allow_url_include Off. > Someone knows a solution? Ensure you edited the correct php.ini... I have more than one: $ grep -r "allow_url_include" /etc/php5/* /etc/php5/apache2/php.ini:allow_url_include = Off /etc/php5/cgi/php.ini:allow_url_include = Off /etc/php5/cli/php.ini:allow_url_include = Off The cgi one is which you must edit. And, of course, restart php-cgi processes. -- Saludos: Antonio Pérez _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
