Roundcube Community Forum

 

Checking php.ini/.htaccess settings

Started by rickymallory, July 15, 2008, 07:13:06 AM

Previous topic - Next topic

rickymallory

I cant get past the page that checks all the requirements.

it's saying:

magic_quotes_gpc:  NOT OK(is '1', should be '0')

I checked the .htaccess file in the roundcube directory and it says

magic_quotes_gpc

is 0 as it should be, so im not sure whats going on...

bpat1434

Not all servers allow the .htaccess to override the php.ini setting.  You may have to modify your php.ini or contact your host to find out how you can change this.  Most of the time if you can't do it in a .htaccess file, you should be able to create your own php.ini file which will override their default php.ini file.