Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
joomla:tips [2017/03/07 14:31]
eServices Greece
joomla:tips [2018/03/05 05:34] (current)
eServices Greece
Line 1: Line 1:
 +{{tag>joomla}}
 ====== Joomla Tips ====== ====== Joomla Tips ======
  
-===== Can't login to the backend(/Administrator) =====+===== Can't login to the backend(/administrator) =====
 ==== Common configuration.php Issues ==== ==== Common configuration.php Issues ====
-You can find all the settings in the file <hi #99d9ea>configuration.php</hi> in the root of your website, this file can be edited over ssh, ftp, sftp, ftps, file manager or cPanel.+You can find all the settings in the file <wrap em>configuration.php</wrap> 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';   * 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.     * If the site url is pointing to another domain or the dns has not been altered yet, you may get redirected.
-      * Default Value:  <hi #b5e61d>public $live_site = ' ';</hi>+      * Default Value:  <wrap em>public $live_site = ' ';</wrap>
  
   * public $session_handler = 'redis';   * 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     * After a transfer of the site or the service is not active you may not have access to the indicated session handler
-      * Default Value: <hi #b5e61d>public $session_handler = 'database';</hi>+      * Default Value: <wrap em>public $session_handler = 'database';</wrap>
  
   * public $cookie_domain = 'eservices-greece.com';   * 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.     * 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: <hi #b5e61d>public $cookie_domain = ' ';</hi>+      * Default Value: <wrap em>public $cookie_domain = ' ';</wrap>
  
 ===== Common Issues ===== ===== Common Issues =====
Line 21: Line 22:
 In order to set the favicon.ico for your site you just need to place it in the templates root. In order to set the favicon.ico for your site you just need to place it in the templates root.
 For example for the default template beez3 place the file in For example for the default template beez3 place the file in
-<hi #b5e61d>~www/templates/beez3/</hi+<wrap em>~www/templates/beez3/</wrap
-After adding the file your site will use your old icon for a few hours since the browser caches it if you want to update it immediately just visit your site like this:+After adding the file your site will use your old icon for a few hours since the browser caches it. If you want to update it immediately just visit your site like this:
 <sxh>https://domain.tld/favicon.ico</sxh> <sxh>https://domain.tld/favicon.ico</sxh>
 The icon should be at least a 16x16 jpg, png can be used for Alpha and the size can be safely be up to 128x128, after making your png or jpg just rename the file to favicon.ico The icon should be at least a 16x16 jpg, png can be used for Alpha and the size can be safely be up to 128x128, after making your png or jpg just rename the file to favicon.ico