かきスタンプ

福岡でフリーランスの物流系のエンジニアやってます。

Apache

Apache:mod_rewrite モジュールの、『RewriteCond %{HTTPS} off』がよく分からなかったから調べた。

.htaccess の記述設定で RewriteCond %{HTTPS} off RewriteCond %{HTTPS} !on といった記述があった。 が、RewriteCond の構文は、 RewriteCond TestString CondPattern(正規表現) [flags] となっている。 https://httpd.apache.org/docs/current/mod/mod_re…