Setting up HTTPS - Joomla! Forum - community, help and support
i created certificate dreamhost. followed instructions found online add code .htaccess file:
rewriteengine on
rewritecond %{https} off
rewriterule (.*) https://%{http_host}%{request_uri}
i changes live site in configuration.php file http https , changed parameter in global configuration (joomla) (force https).
i've done several other sites , it's worked fine, site thespacenl.com - seems break site - in administrator area, address bar says https on live site says not secure - , http.
any ideas i'm doing wrong particular site?
rewriteengine on
rewritecond %{https} off
rewriterule (.*) https://%{http_host}%{request_uri}
i changes live site in configuration.php file http https , changed parameter in global configuration (joomla) (force https).
i've done several other sites , it's worked fine, site thespacenl.com - seems break site - in administrator area, address bar says https on live site says not secure - , http.
any ideas i'm doing wrong particular site?
hi,
are using free letsencrypt ssl cert dreamhost? if possibly don't require .htaccess code.take out , see happens.
are using free letsencrypt ssl cert dreamhost? if possibly don't require .htaccess code.take out , see happens.
Comments
Post a Comment