Forums / Install & configuration / php_value magic_quotes_gpc 0
Softriva .com
Monday 03 July 2006 7:52:50 am
During installation finetuning, I got this warning
Alternatively you may create a file called .htaccess in your eZ publish root folder and add the following:.htaccess example:
</code>php_value magic_quotes_gpc 0</code>
I did add the above line in .htaccess but still get the same warning.
Any help?
Ćukasz Serwatka
Monday 03 July 2006 11:49:17 pm
Try with
php_flag magic_quotes_gpc off
Make sure that PHP works as Apache module and privileges "AllowOverride Options" or "AllowOverride All" are set.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog