Permalinks 404 error with HTTPS host
Permalinks 404 error with HTTPS host
Permalinks 404 error with HTTPS host
Well, this was about half my fault half Jetpacks’. WordPress in general defaults to non protocol-relative URLs (eg http:// not //) and the problem was an explicit http:// image I used Jetpack to insert into my sidebar. Moving that to a protocol-relative // cleared up the mixed content problem. In general keep an eye out … Read more
Locked out of admin and some pictures don’t show after failed SSL installation
Search the place in your theme where you’re including the google fonts script, and remove the leading part http: , at the beginning of google fonts api url. The part you’re going to leave should look like //fonts.googleapis.com/css?family= and so on (leave what is after family but nothing before // ) Make a search replace … Read more
for anyone interested the hosting company is going to convert wp install to linux so that should sort things. found this plugin https://wordpress.org/plugins/really-simple-ssl/ which could be good for anyone having issues on linux.
I’m not sure about the first one, the profile, but the rel=”alternate”s and the rel=”shortlink” provide different formats for different readers, like XML and RSS feeds. These should be generated by your site URL. In your dashboard, go to Settings > General, and make sure you’re using https:// instead of http:// in the URL. You … Read more
WordPress + SSL + Varnish + Pound
Images stopped loadding after adding SSl
You can use this plugin to activate HTTPS on certain posts/pages on your website. Install the plugin and you can use the ‘Force SSL’ option to force SSL on any page you want.
How do I set up a local version of my https wordpress site for testing and development using MAMP