たこ坪

私はタコになりたい

「 .htaccess 」 一覧

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の場 …