WordPress の変更点   

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • WordPress へ行く。

#author("2020-10-02T07:46:39+00:00","default:pentacle","pentacle")
* install [#ad0bb0ad]


 apache 


/var/www/html 以下に直に置く


*** パーマリンク [#i25348a7]
- mod_rewrite on 
- rewrite rule が .htaccess に書かれているため

 <Directory /var/www/html>
   AllowOverride All
 </Directory>

*** static press [#h35e5e61]
WP 全体を静的ページにして出力する plugin 
設定ページから検索 static press でインストールできる


#pre{{

php.x86_64           
php-cli.x86_64       
php-common.x86_64    
php-fpm.x86_64       
php-json.x86_64      
php-mbstring.x86_64  
php-mysqlnd.x86_64   
php-pdo.x86_64       
php-xml.x86_64 

}}

* その他 [#mba2bde1]
 mod_ssl なり。lets encrypt なり

* 移植 [#g3273fd0]
 sql dump したものを IP アドレスを URL に replace する