Category Archives: DevOps

How to Redirect HTTP to HTTPS Using .htaccess

Traditionally, all websites and web servers are configured by default to all HTTP traffic over port 80 (Check Network Protocols Standards). But HTTP is insecure and vulnerable to hackers’ attacks. So today we’ll configure your web-server to redirect HTTP to HTTPS using .htaccess Because HTTP traffic is transferred as a plain text (not encrypted). So…

Read More