たこ坪

私はタコになりたい

「 サーバー 」 一覧

no image

phpMyAdminでLatin1の文字化けをUTF8に直す

2018/10/18   -php, サーバー, メモ書き

共用のレンタルサーバーでMySQLのphpMyAdminでdumpしたデータが文字化けでデータ移行できない。 Mysqlの文字コードがLatin1で文字化けでなに書いてあるのかわからない 仕方ないから …

no image

sakuraサーバーで.htaccessで静的ページにする

sakuraサーバーで phpを静的ページにする 検索エンジン対策にSEO的には必須だろう .htaccessにて RewriteEngine on RewriteBase / RewriteRule …

no image

サクラサーバーでSSL(https://)にする

.htaccessにて以下のコード記入する RewriteEngine on RewriteCond %{HTTP:X-Sakura-Forwarded-For} ^$ RewriteRule ^(. …

no image

エラー表示 .htaccess とphp 

.htaccessの場合 エラー出力しない php_flag display_errors “off” エラー出力する php_flag display_errors “on” .htaccessの場 …

ckeditorとkcfinderで画像アップロードをラクにする

werdpressでおなじみのエディタckeditor。   ckeditor http://ckeditor.com/download kcfinder https://kcfinder. …

さくらサーバーのラピッドSSL設定

https化の時代となりました。 ただhttpsは値段が高い。 ロリポップは 月々1,500円。 さくらサーバーのラピッドSSLは なんと 年間1,620円。 かなりお得。と言うことでさくらのラピッド …