Author Topic: Checking php.ini/.htaccess settings  (Read 3101 times)

Offline rickymallory

  • Newbie
  • *
  • Posts: 5
Checking php.ini/.htaccess settings
« on: July 15, 2008, 07:13:06 AM »
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...

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Checking php.ini/.htaccess settings
« Reply #1 on: July 15, 2008, 10:53:39 AM »
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.