PHP

サーバー

Setting up a web server with AlmaLinux 9

Enable sudo for the specified userMethod 1Run the command visudo and open /etc/sudoers,If the following line is commente...
サーバー

Using nginx on Ubuntu

Install nginxInstall PHPIf you are installing the standard version of Ubuntu (without additional PPAs),Additional PPAEdi...
サーバー

Building an environment without XAMPP on Windows

I usually use the portable version of XAMPP on Windows. Previously, I used to install the portable version of XAMPP for ...
プログラミング系

WordPressで特定のページやテンプレートにカスタムフィールドを追加する(プラグインなし)

WordPressで特定のページやテンプレートにカスタムフィールドをプラグインなしで追加する手順。プラグインなしでカスタムフィールドを追加する手順はこちらのページを参考に追加します。カスタムフィールドを自作する方法【プラグインなし】 | キ...
サーバー

Setting up a web server with Ubuntu Server 22.04.1 LTS

Setting up a web server with Ubuntu Server 22.04.1 LTS.
未分類

baserCMSをインストールしているサーバーをPHP7からPHP8にアップする

手順STEP 1PHP7のままでbaserCMS 4.7.0にアップデート/lib/Baser//lib/Cake//theme/admin-third/を上書きSTEP 2アップデートURLにアクセスhttps://{baserCMSの設...