반응형
html , php 소스 수정시
<script type="text/javascript">
if (document.location.protocol == 'http:') {
document.location.href = document.location.href.replace('http:', 'https:');
}
</script>
apache httpd.conf 수정시
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://megaidc.net$1 [L]
반응형
'Apache' 카테고리의 다른 글
윈도우서버 apache2.4+php5.6+mysql 5.6설치 (0) | 2023.06.14 |
---|---|
CentOS7에 ISPConfig 3 설치 (영문) (0) | 2023.01.07 |
DDOS공격 방어 모듈 (apache 설정) (0) | 2022.01.18 |
아파치2 에서 mod_cband 사용법, 대역폭 제한하기 (0) | 2022.01.18 |
Apache MPM(Multi-Processing Module) 설정법 (0) | 2022.01.18 |
댓글