Tag Archives: https

How to Redirect HTTP to HTTPS Using .htaccess

Reading Time: 2 minutes 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

Network Protocols Standard List

Reading Time: 8 minutes A port is a logical component that identifies a specificprocess or a network service. Ports are identified for each protocol andaddress combination by 16-bit unsigned numbers, commonly known as the portnumber. The most common protocols that use port numbers are the TransmissionControl Protocol (TCP) and the User Datagram Protocol (UDP). A port number is always…

Read More