BE/Security

[ APACHE ] rewrite rule

HEON.D 2022. 5. 18. 13:31
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

'BE > Security' 카테고리의 다른 글

[ SECURITY ] BurpSuite  (0) 2023.06.22
[ SECURITY ] AAA  (0) 2023.06.22
[ HTTP ] 대표 상태 코드  (0) 2022.05.24
[ CHROME ] CORS 무력화  (0) 2022.02.07
[ Security ] 범용 암호화 종류  (0) 2021.04.21