메모
htaccess
라공
·
2025-04-02 17:06
https > http 강제 접속

#홈페이지 FTP 최상단 .htaccess RewriteEngine On RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]