Moving Cache outside of public_html in J2.5 - Joomla! Forum - community, help and support
following joomla documentation move folders outside of public_html possible move cache folder (& clean / purge in admin backend) changing line 115 of:
to:
(the above should on single line)
i've filed bug small change included in next release.
code: select all
/administrator/components/com_cache/models/cache.phpto:
code: select all
'cachebase' => ($this->getstate('clientid') == 1) ? jpath_administrator
. '/cache' : $conf->get('cache_path', jpath_cache)(the above should on single line)
i've filed bug small change included in next release.
moving configuration.php [or files] root of joomla installation described in procedures below makes no sense @ if website or server insufficiently protected. moving file prevents viewing of joomla configuration file casual observer. offers no protection if root access can been gained domain in fashion, nor prevent root access domain result of security compromises in joomla, 3rd party extensions, or similar insecurities access gained through badly configured/protected remote or local servers."
warning: not attempt procedure unless understand doing , willing possibly break site while testing. not beginners or inexperienced persons, ensure have of site , of files modifying before attempting modification.
does you bug report fix - cause issues people not move folders
Comments
Post a Comment