WordPress component versions

Use this guide when working out component versions when the resource Scripted WordPress Installation (for Reverse Proxy) is used to build a WordPress instance. WordPress MariaDB root@wp-udance:~ # mariadb –version mariadb Ver 15.1 Distrib 10.5.12-MariaDB, for FreeBSD12.2 (amd64) using EditLine wrapper PHP root@wp-udance:~ # php –version PHP 7.4.23 (cli) (built: Aug 31 2021 01:11:30) ( …
Continue reading WordPress component versions

Using Caddy to give WordPress its own directory

Caddy wiki reference: Using Caddy to give WordPress its own directory This was the original instruction for Method I using the expanded form of php_fastcgi. After Installing WordPress in the root folder, move everything from the root folder into subdir. Add the following snippet to the Caddyfile. (php_fastcgix) { route { # Add trailing slash for directory requests …
Continue reading Using Caddy to give WordPress its own directory