2018-08-10から1日間の記事一覧

htaccess rewrite

https://codex.wordpress.org/htaccess # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress↓ # …

WP Fastest Cache plugin

W3TCをやめてWP Fastest Cacheに移行した理由とその設定方法 | VanBlog - Part 347 WP Fastest Cache の .htaccess を読み解いて、キャッシュの仕組みを見てみる | ウェブマガジン カミナリ | 鳥取県米子市のホームページ制作・広告代理店・デザイン 2020