When deploying multiple WordPress sites on an internal network while sharing a single Cloudflare Tunnel, you can configure it correctly as follows: Set up virtual hosts on the serverConfigure virtual...
Why Vercel IP Whitelist Is Not Needed The Problem with IP Whitelist Many people consider adding Vercel or Cloudflare IP whitelist to Nginx config to protect the API: location /wp-json/ { allow 76.76.2...
Overview Using Nginx configuration to achieve: All WordPress frontend pages automatically redirect to another domain (e.g., Vercel frontend) WordPress admin remains accessible API endpoints respond no...
Using the Featured Image with URL plugin from the previous article as an example: If you want to replace the original WordPress featured image on the front end, you only need to locate the featured im...
In today’s tutorial, I will use the plugin Featured Image with URL as an example to create an endpoint that can be called by the frontend. The native WordPress Featured Image requires images to be upl...
Step 1: Install Ubuntu Download the Ubuntu 22.04 image from the official website: ubuntu-22.04.5-live-server-amd64.iso Installing Ubuntu 22.04 in VirtualBox is straightforward. After installation, you...