728x90 php1 htaccess 파일 수정하여 http를 https로 리다이렉트 + php hsts 설정 .htaccess 파일에 아래 코드 삽입 RewriteEngine On RewriteBase / # HTTP로 접속 된 경우, RewriteCond %{HTTPS} off # 아래의 URL은 항상 https로 리다이렉트 RewriteCond %{HTTP_HOST} www.example.com RewriteCond %{REQUEST_URI} ^/admin/.*$ [OR] RewriteCond %{REQUEST_URI} ^/inquiry/.*$ # 단 아래를 제외하고. RewriteCond %{REQUEST_URI} !^/assets/.*$ RewriteCond %{REQUEST_URI} !^.*\.(js|css|gif|jpg|png|ico|php)$ # https로 리다이렉트 RewriteRule ^.*$.. 2022. 5. 11. 이전 1 다음 728x90 반응형