昨今のWPテーマ開発ではDocker(+ Docker Compose)を利用している方も多いと思います。 大抵の場合は以下のようなdocker-compose.ymlがベースになっているのではないでしょうか。 version: "3.5" services: db: image: mysql:5.7 environment: MYSQL_USER: wordpress ...
初心者向けの「わかりやすさ」を重視した解説に定評があるウェブ系テクニカルライター。ウェブの黎明期に趣味で始めた個人サイト製作からその「楽しさ」に魅了され、作成方法に関する様々な情報を発信。企業や団体のウェブサイト製作・解説書籍の ...
インストールしたCodeIgniter3について、(2もですが)URLにindex.phpが入っているので、 .htaccessで取り除く設定について。 プロジェクトフォルダ直下(index.phpがある階層)の.htaccessにて RewriteEngine on RewriteCond $1 !^(index\.php|static|user_guide|.+\.gif$|.+\.css$| ...
.htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a ...