Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
joomla:tips [2017/03/07 14:23] eServices Greece created |
joomla:tips [2018/03/05 05:34] (current) eServices Greece |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag> | ||
====== Joomla Tips ====== | ====== Joomla Tips ====== | ||
- | ===== Can't login to the backend(/Administrator) ===== | + | ===== Can't login to the backend(/administrator) ===== |
- | ==== Common configuration.php | + | ==== Common configuration.php |
- | You can find all the settings in the file <hi #99d9ea> | + | You can find all the settings in the file <wrap em> |
* public $live_site = ' | * public $live_site = ' | ||
* 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: | + | * Default Value: |
* public $session_handler = ' | * public $session_handler = ' | ||
* 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 = ' | + | * Default Value: <wrap em>public $session_handler = ' |
* public $cookie_domain = ' | * public $cookie_domain = ' | ||
* 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 = ' ';</ | + | * Default Value: <wrap em>public $cookie_domain = ' ';</ |
+ | |||
+ | ===== Common Issues ===== | ||
+ | ==== Set a favicon.ico ==== | ||
+ | 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 | ||
+ | <wrap em> | ||
+ | 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: | ||
+ | < | ||
+ | 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 |