diff --git a/htdocs/support/index.php b/htdocs/support/index.php
index dc1872a1b45..ab5d62df39e 100644
--- a/htdocs/support/index.php
+++ b/htdocs/support/index.php
@@ -93,10 +93,10 @@ print '
'.$langs->trans("ForDocumentationSeeWiki",$urlwiki,$urlwiki);
print '
';
$urlforum='https://www.dolibarr.org/forum/';
$urlforumlocal='https://www.dolibarr.org/forum/';
-if (preg_match('/fr/i',$langs->defaultlang)) $urlforumlocal='http://www.dolibarr.fr/forum/';
-if (preg_match('/es/i',$langs->defaultlang)) $urlforumlocal='http://www.dolibarr.es/index.php/foro/';
+if (preg_match('/fr/i',$langs->defaultlang)) $urlforumlocal='https://www.dolibarr.fr/forum/';
+if (preg_match('/es/i',$langs->defaultlang)) $urlforumlocal='https://www.dolibarr.es/foro/';
if (preg_match('/it/i',$langs->defaultlang)) $urlforumlocal='http://www.dolibarr.it/forum/';
-if (preg_match('/gr/i',$langs->defaultlang)) $urlforumlocal='http://www.dolibarr.gr/forum/';
+if (preg_match('/gr/i',$langs->defaultlang)) $urlforumlocal='https://www.dolibarr.gr/forum/';
print '
'.$langs->trans("ForAnswersSeeForum",$urlforumlocal,$urlforumlocal).'
';
if ($urlforumlocal != $urlforum) print ''.$urlforum.'';
print '';