[SOLVED] SSL Scripting Placement on Joomla 3.0 Website - Joomla! Forum - community, help and support
i purchased ssl certificate , need place "scripting" in proper location on website - http://www.thegreenroofinn.com
i have been told to: open ".htaccess" file notepad or text editor. add following code text file:
rewriteengine on
rewritecond %{server_port} !^443$
rewriterule .* https://%{http_host}%{request_uri} [qsa,r=301,l]
<ifmodule !mod_ssl.c>
redirect permanent / https://www.thegreenroofinn.com
finally - upload ".htaccess" file
i uneasy place code in text file. matter?
thanks in advance advice.
since posting above request help, told access joomla glogal confirgurations > server > force ssl > set entire site. doing gives me "https" prefix, , go daddy informed me certificate valid. okay.
now 2 browser images tell 2 different stories. ie fine, fire fox not sure - notice disclaimer. seems negate whole reason ssl certificate. going on , how adjust fire fox?
take @ these images:


i have been told to: open ".htaccess" file notepad or text editor. add following code text file:
rewriteengine on
rewritecond %{server_port} !^443$
rewriterule .* https://%{http_host}%{request_uri} [qsa,r=301,l]
<ifmodule !mod_ssl.c>
redirect permanent / https://www.thegreenroofinn.com
finally - upload ".htaccess" file
i uneasy place code in text file. matter?
thanks in advance advice.
since posting above request help, told access joomla glogal confirgurations > server > force ssl > set entire site. doing gives me "https" prefix, , go daddy informed me certificate valid. okay.
now 2 browser images tell 2 different stories. ie fine, fire fox not sure - notice disclaimer. seems negate whole reason ssl certificate. going on , how adjust fire fox?
take @ these images:


this link can http://stackoverflow.com/questions/4933 ... https-page.
Comments
Post a Comment