Network Tutorial
How To Fix Nginx Redirect To Wrong Website Error When There Are Multiple WebSites
I create two websites www.test-1.com and www.iphone-how-to.com in one Nginx server to demo this example. www.iphone-how-to.com is a real domain with https enabled. And www.test-1.com is a fake domain without enable https, then I add domain to ip mapping record in my local machine’s hosts file to make it accessible.
How To Fix Did Not Get Any Results For Domain Error When Add DNS Record
I register a domain at bluehost.com. Recently I want to add a DNS record for the domain to point the domain to another vps server ip address. But when I add DNS Record in DNS zone editor like below picture, I encounter an error message Did not get any results for domain. Now I will …
How To Fix Did Not Get Any Results For Domain Error When Add DNS Record Read More »
How To Know If DNS Propagation Is Complete
When you change your domain’s DNS name server, you know that it need 24 – 48 hours to make the name server change propagate to all DNS name servers all over the world. Then you can add / edit A record in your new DNS name server’s DNS zone file to let the domain point …
How To Fix Google Search Console Core Web Vitals CLS Issue
My website traffic drop down recently, and then i login to google search console to investigate the reason. In google search console Core Web Vitals page ( Google Search Console —> Enhancements —> Core Web Vitals ), i find there are a lot of error messages like CLS issue: more than 0.25, LCP issue: longer …
How To Fix Google Search Console Core Web Vitals CLS Issue Read More »
How To Turn On Ezoic Cache And Increase Cache Hit, Decrease Cache Miss
Ezoic cache app can provide CDN service. It will cache your web page in ezoic server, when a user browse your web page, ezoic cache will return the cached web page from the server which is located nearest to the request user, this can improve your website response speed and reduce page load time. The …
How To Turn On Ezoic Cache And Increase Cache Hit, Decrease Cache Miss Read More »
How To Configure Cloudflare Page Rule To Fix Cf-Cache-Status DYNAMIC Issue
When you use CloudFlare as your website CDN server, you always need to know whether the web page is cached by CloudFlare or not. And CloudFlare return some http response headers when you request the web page, you can get the web page cached status from those response headers. One of the response header is …
How To Configure Cloudflare Page Rule To Fix Cf-Cache-Status DYNAMIC Issue Read More »
How To Remove Cookie In WordPress Plugin Wp Super Cache Http Response Header Vary
WP Super Cache is a very popular WordPress plugin. It can generate html version of all your WordPress articles. Then when client browser request your article, it will return the html version instead of executing dynamic web page. This can improve page response speed and make your website more efficient. But when you look at …
How To Remove Cookie In WordPress Plugin Wp Super Cache Http Response Header Vary Read More »