본문 바로가기

개발/php

Force Secure (SSL) Pages With .htaccess

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domain.com/$1 [R,L]

'개발 > php' 카테고리의 다른 글

Send Files via FTP Using PHP  (0) 2011.12.21
Force A Secure Page Using PHP  (0) 2011.12.21
PHP Force Download  (0) 2011.12.21
PHP Headers and Popular Mime Types  (0) 2011.12.21
봇 접속시 특정 페이지 보이기  (0) 2011.12.17