DNS configuration with Cloudflare not only speeds up browser start-up, but also contributes to improved security. Please give it a try. 1.1.1.1 1.1.1.1 is Cloudflare’s public DNS resolver.It provides a fast and private way to browse the internet. IPv4 IPv6 1.1.1.11.0.0.1 2606:4700:4700::11112606:4700:4700::1001 1.1.1.1 family oriented. 1.1.1 for Families classifies internet destinations based on potential threats…
Category Archives: Security
If you want to enhance the security of WordPress, you need to change the database table prefixes. If you want to make simple and quick changes after installation, this plugin is the one to choose. Change Table Prefix Light, fast and intuitive. Be sure to change “$table_prefix = ‘○○○○○○○○’;” in the “wp-config.php” file after the…
Prohibiting access to wp-config.php improves site security. You are encouraged to refer to this information to maintain your website. Put the following code in the “.htaccess” file. <files wp-config.php> order allow,deny deny from all </files>
Hiding php.ini information improves site security. You are encouraged to refer to this information to maintain your website. Description in the ‘php.ini’ file. display_errors = off In “.htaccess” files. <Files php.ini> deny from all </Files>
Has SSL been installed on your website? The introduction of SSL is recommended for all websites because of its security and SEO advantages. Full-page SSL is particularly desirable for shopping and crowdfunding websites where personal data and payments are involved. The following code is recommended for full-page SSL. Put this in the “.htaccess” file. ※Be…
The impact of Adsense. They said that with the appropriate treatment, there would be no problem, and the appropriate treatment is to set mod_cloudflare settings. The cause is that individual IPs are indistinguishable through Cloudflare (they are all the same IP through Cloudflare). How to make Nginx recognise individual IPs differentially. I use Nginx, so…