Re: php.ini - Joomla! Forum - community, help and support
hi cannot use .htaccess register_globals = off. according host because phpsuexec enabled.
however wanted check line (default path) have entered php.ini correct.
/ full unix path - location of default php.ini file @ host
// can determine location of default file using phpinfo()
$defaultpath = '/usr/local/bin:/usr/bin:/bin';
as understand it should end .ini? have copied these scripts (using phpinfo()) every directory suggested , of security messages have gone joomla control panel.
so site running register_globals = off , if default path not have end php.ini?
(http://www.winespirit.co.uk)
also response host seem ok or worry about:
hello robert,
register_globals on (register_globals = on) in server. can override server wide settings placing php.ini file in directory , specifying value inside it. seems have specified inside php.ini file in path(/home/xxxxxx/public_html)
as phpsuexec enabled in server hence can't specify php values inside .htaccess"
many thanks
robert
however wanted check line (default path) have entered php.ini correct.
/ full unix path - location of default php.ini file @ host
// can determine location of default file using phpinfo()
$defaultpath = '/usr/local/bin:/usr/bin:/bin';
as understand it should end .ini? have copied these scripts (using phpinfo()) every directory suggested , of security messages have gone joomla control panel.
so site running register_globals = off , if default path not have end php.ini?
(http://www.winespirit.co.uk)
also response host seem ok or worry about:
hello robert,
register_globals on (register_globals = on) in server. can override server wide settings placing php.ini file in directory , specifying value inside it. seems have specified inside php.ini file in path(/home/xxxxxx/public_html)
as phpsuexec enabled in server hence can't specify php values inside .htaccess"
many thanks
robert
the path statements should not end in .ini
paths point directories, not files. example, suppose php.ini file located at:
/usr/local/bin/php.ini
then full path is: /usr/local/bin/
then full path , filename is: /usr/local/bin/php.ini
paths point directories, not files. example, suppose php.ini file located at:
/usr/local/bin/php.ini
then full path is: /usr/local/bin/
then full path , filename is: /usr/local/bin/php.ini
Comments
Post a Comment