TOP ▲
itcore TOP
> TIPS
> http_https.php
タグ:.htaccess https rewriteengine リダイレクト httpをhttpsにリダイレクトする。他リダイレクト | itcore 2019年
httpをhttpsにリダイレクトする。
[.htaccess]
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
他のサイトにリダイレクトする。
[.htaccess]
Redirect permanent / https://erp.itcore.jp/