• You are here:
  • »
  • tips

Joomla Tips

This is an old revision of the document!


Joomla Tips

Can't login to the backend(/Administrator)

Common configuration.php issues

You can find all the settings in the file configuration.php in the root of your website, this file can be edited over ssh, ftp, sftp, ftps, file manager or cPanel.

  • public $live_site = 'eservices-greece.com';
    • If the site url is pointing to another domain or the dns has not been altered yet, you may get redirected.
      • Default Value: public $live_site = ' ';
  • public $session_handler = 'redis';
    • After a transfer of the site or the service is not active you may not have access to the indicated session handler
      • Default Value: public $session_handler = 'database';
  • public $cookie_domain = 'eservices-greece.com';
    • In many cases especially when testing under a non active domain or after a transfer of the site while the DNS is not active then the session will fail since the cookie will not have the proper hostname.
      • Default Value: public $cookie_domain = ' ';
/home/www/sites/esgr.in/wiki/data/attic/joomla/tips.1488896595.txt.gz · Last modified: 2017/03/07 14:23 by eServices Greece