ここでlunarpagesのhttpページからhttpsページへ変更する方法を紹介します:
.htaccess in /public_html/ に以下のコードを付け加えればよい:
RewriteEngine on
#Options +FollowSymlinks
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*) https://yourdomain.com/cart/$1 [R,L]
タグ: Lunarpages
ここでlunarpagesのhttpページからhttpsページへ変更する方法を紹介します:
.htaccess in /public_html/ に以下のコードを付け加えればよい:
RewriteEngine on
#Options +FollowSymlinks
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*) https://yourdomain.com/cart/$1 [R,L]
タグ: Lunarpages