Login to DirectAdmin, go to File editor and edit the php.ini there.I'm trying to set up Joomla 3.0 and it requires that magic_quotes_gpc be disabled.
; Default Value: On
; Development Value: Off
; Production Value: Off
; [URL]http://php.net/magic-quotes-gpc[/URL]
; magic_quotes_gpc = Off
; Default Value: On
; Development Value: Off
; Production Value: Off
; [URL]http://php.net/magic-quotes-gpc[/URL]
magic_quotes_gpc = Off
php --ini
Probably not.Can't find or get access to php.ini file. Is there any other way to shut the magic quotes except asking the support service?
into the .htaccess file but there is a lot in there already and this causes a 500 server error.php_value magic_quotes_gpc off
magic_quotes_gpc = Off
also doesn't workphp_flag magic_quotes_gpc off
to the user specific php.ini located in /usr/local/directadmin/data/users/xxx/php/magic_quotes_gpc = Off