Canonical URLs without using a WordPress Plugin
Below is the code that you need to add within the head of your theme template:
<link rel="canonical" href="https://www.kiwideas.com">
You need to replace kiwideas.com with your domain.
Adding canonical Links in WordPress
Below are a few easy steps that have you up and running with WordPress...
How to fix it Briefly unavailable for scheduled maintenance.
When WordPress generates a file type .maintenance in the root path of the installation. With normal behavior, the update script completed and sometimes WordPress auto-removes the .maintenance file. In the case of an interruption of some sort, this file does not...
ERR_TOO_MANY_REDIRECTS with nginx
The Cloudflare offers the following encryption modes:
Off (no encryption)
Flexible
Full
Full (strict)
Strict (SSL-Only Origin Pull)
In my case it was Cloudflare. We had to change to Full SSL encryption.
How to Change SSL/TLS mode
In Cloudflare, after you have installed the Origin CA certificate on your origin web server, it is necessary...