Securing Joomla 2.5 Issue - Joomla! Forum - community, help and support
recently installed joomla 2.5.7 site test something. according http://docs.joomla.org/security_checklist/hosting_and_server_setup, see "don't use php allow_url_fopen". fair, see note "this can set in php.ini due security reasons."
the thing is, hosting providers not allow per-account php.ini files security reasons, (and rightfully so, imho). so, try upgrade joomla going components->joomla! update, greeted "the php allow_url_fopen setting disabled. setting must enabled updater work."
can more knowledge of joomla me please me understand contradiction?
the thing is, hosting providers not allow per-account php.ini files security reasons, (and rightfully so, imho). so, try upgrade joomla going components->joomla! update, greeted "the php allow_url_fopen setting disabled. setting must enabled updater work."
can more knowledge of joomla me please me understand contradiction?
in /administrator create local php.in file containing
code: select all
allow_url_fopen = on
allow_url_include = off
Comments
Post a Comment