wordpress https1 워드프레스 htaccess를 이용한 https 적용 방법 루트에 있는 .htaccess를 수정을 하여 간편하게 https를 적용할 수 있다. Wordpress .htaccess 파일 수정 # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{ENV:HTTPS} !=on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress keywords : 워드프레스 htaccess https, wordp.. 2021. 3. 17. 이전 1 다음