[EC-CUBE4]「https://」に自動転送

4月 22, 2021

「http://」から「https://」に自動転送

.htaccessに以下を記述

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>


参考リンク:

You Might Also Like

0 コメント

Popular Posts

About Me

Flickr Images