Home › Forums › Announcements › Linux Green Cast
- This topic has 4 replies, 3 voices, and was last updated 7 years, 10 months ago by
__eMpTy__.
-
AuthorPosts
-
November 23, 2015 at 2:50 am #67249
Venn Stone
KeymasterHoly FK mothering mothers of FK was this a PITA to get working.
We now have the key of GREEN!
http://i.imgur.com/1pd8swE.jpgAfter futzing /w mod_rewrite BS I located a nifty little plugin called SSL Insecure Content Fixer https://wordpress.org/plugins/ssl-insec … tallation/
It has a nifty little because FK YOU! That’s, why option.
http://i.imgur.com/Mt9eQZD.jpgLet me know if you experience problems.
November 23, 2015 at 10:15 am #75346strider
ParticipantCode:server {
listen 192.254.255.118:80;
server_name linuxgamecast.com http://www.linuxgamecast.com;
rewrite ^ https://$server_name$request_uri? permanent;
}HTTPS all the things!
November 23, 2015 at 11:00 am #75347__eMpTy__
Participantstrider wrote:Code:server {
listen 192.254.255.118:80;
server_name linuxgamecast.com http://www.linuxgamecast.com;
rewrite ^ https://$server_name$request_uri? permanent;
}HTTPS all the things!
The Chairs aren’t nginx powered. That would be way too progressive for Schnappy, also WP wouldn’t cooperate.
November 23, 2015 at 11:26 am #75348strider
Participant__eMpTy__ wrote:The Chairs aren’t nginx powered. That would be way too progressive for Schnappy, also WP wouldn’t cooperate.Wouldn’t cooperate how? I had wordpress sites hosted behind nginx but never tried to force all the content to SSL (and I know WordPress is a PITA when it comes to URLS).
November 23, 2015 at 1:08 pm #75349__eMpTy__
Participantstrider wrote:__eMpTy__ wrote:The Chairs aren’t nginx powered. That would be way too progressive for Schnappy, also WP wouldn’t cooperate.Wouldn’t cooperate how? I had wordpress sites hosted behind nginx but never tried to force all the content to SSL (and I know WordPress is a PITA when it comes to URLS).
Just saying that unless you are on one of their tiny packages, HostGator uses Apache. And, yes, WP is annoying about URLs, but it’s really all the non-https content URLs in the blog pages that makes getting the green lock difficult. It’s not so bad if you go secure from the start, but retroing it in later on… well, that apparently requires a plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.