Foreword Friends who use WordPress to build websites, if there are the following application scenarios: installing new themes, installing plug-ins, uploading files and pictures, etc., most of them have probably encountered the embarrassing problem shown in the figure below: This is because WordPress is developed using the PHP language, and php.ini …
Preface A few days ago, when I was chatting with a friend, he suddenly mentioned the issue of multi-language support for websites. He said that if the content could be changed to English with one click, would it have a larger visitor base? I had never thought about this question before. As a personal blog that I was just doing for fun, could I really want to go global? However…
Preface I received an email today: I knew something was going to go wrong again, and sure enough: The backup site of wordpress could not use /wp-admin to log in to the backend dashboard due to the failure of the automatic upgrade plug-in, but if I did not log in to the backend and just accessed it normally, there was no problem...
I have been hanging out on Zhihu a lot recently (mainly answering questions to earn points to see if I can upgrade~), and I often see newcomers asking questions like how to build a personal blog, and then there are a bunch of template-like answers below: nothing more than various cloud hosting recommendations, or a bunch of blog architecture recommendations. In fact…
Preface WordPress supports multi-site function, but I have never felt that there is an urgent need for multi-site, and I don’t want to use the equipment that normally runs the site for experimentation, so I have never tried it. A few days ago, in order to write a solution for WordPress multi-site (see…
Preface In the previous article, I used Cloudflare Tunnel to implement the "load balancing", "multi-active", and "automatic redundancy" functions of multi-node WordPress. However, this method is not suitable for me because my requirement is that my home data center is normally...
Project Background I have been thinking about how to "use the free tunnel of CloudFlare's free plan to achieve multi-node WordPress local access and disaster recovery solutions", but there is a big premise to achieve this solution: these nodes...
1 Introduction When we use WordPress to build our own personal blog, we often encounter a problem that we need to use multiple ways to access WordPress. For example, in the intranet, I want to use the intranet address 192.168.xx to access, and in the external network...
Preface I had this idea because I changed the domain name of the image hosting last time. Later, when I was batch modifying the image hosting addresses in the WordPress database, there was a format problem when copying and pasting the SQL command, which caused the WordPress database in mariadb to crash.
Preface In the previous article, I used minio in docker to build my own simple COS platform (see: docker series to build a private COS platform based on minio). This was originally used by me to share some large files with friends occasionally. However, due to...