fernando1027 Member Oct 13, 2014 #1 need to redirect the domain to https but i do not known where in htaccess to change it and its saids not secure because i got images
need to redirect the domain to https but i do not known where in htaccess to change it and its saids not secure because i got images
Liam W in memoriam 1998-2020 Oct 13, 2014 #2 fernando1027 said: need to redirect the domain to https but i do not known where in htaccess to change it and its saids not secure because i got images Click to expand... If your forum index.php is in public_html, then add this to the top of the .htaccess file in the public_html directory: Code: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] You can get around the non-secure error by enabling the image proxy. Liam Last edited: Oct 13, 2014 Upvote 0 Downvote
fernando1027 said: need to redirect the domain to https but i do not known where in htaccess to change it and its saids not secure because i got images Click to expand... If your forum index.php is in public_html, then add this to the top of the .htaccess file in the public_html directory: Code: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] You can get around the non-secure error by enabling the image proxy. Liam
fernando1027 Member Oct 13, 2014 #3 Liam W said: You can get around the non-secure error by enabling the image proxy. Click to expand... i did but i still have the same problem Upvote 0 Downvote
Liam W said: You can get around the non-secure error by enabling the image proxy. Click to expand... i did but i still have the same problem
Liam W in memoriam 1998-2020 Oct 13, 2014 #4 fernando1027 said: i did but i still have the same problem Click to expand... Then either you haven't enabled it, or there are other sources of non-ssl material, such as adverts or externally hosted logos. Upvote 0 Downvote
fernando1027 said: i did but i still have the same problem Click to expand... Then either you haven't enabled it, or there are other sources of non-ssl material, such as adverts or externally hosted logos.
fernando1027 Member Oct 13, 2014 #5 i just open the smiles and the error comes out if i do not open them its all good i do not know why Upvote 0 Downvote
TPerry Well-known member Oct 13, 2014 #6 Did you update the URL in the ACP to reflect https after you made the change? Upvote 0 Downvote
fernando1027 Member Oct 13, 2014 #7 yeah but now the chat gives mi problems every time a open up smilies or send one get the same error http://prntscr.com/4vwhvs Upvote 0 Downvote
yeah but now the chat gives mi problems every time a open up smilies or send one get the same error http://prntscr.com/4vwhvs
TPerry Well-known member Oct 13, 2014 #8 What chat program is it? If one of the external scripts, then you will need to make sure that wherever you are connecting to supports https also. Upvote 0 Downvote
What chat program is it? If one of the external scripts, then you will need to make sure that wherever you are connecting to supports https also.
TPerry Well-known member Oct 14, 2014 #10 If TaigaChat, it should respect the URL settings from the ACP... at least mine does on my Apple forum. Upvote 0 Downvote
If TaigaChat, it should respect the URL settings from the ACP... at least mine does on my Apple forum.
melbo Well-known member Oct 14, 2014 #11 Some of your smilies must be linked from external sites which are http. Same thing happened to me until I found them and moved them to my site. Upvote 0 Downvote
Some of your smilies must be linked from external sites which are http. Same thing happened to me until I found them and moved them to my site.