I’m wrote this site for work with HTML and PHP and I’m being told it needs to be htmls not html. What does this mean? What is the difference between the two?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If they meant HTTPS then you will need to set up your server to use SSL. Simply put, HTTPS is different from HTTP as it encrypts the communications between the server and connecting clients. It is generally used to transmit confidential data that you want to protect. A good starting point on information is here:http://en.wikipedia.org/wiki/HTTP_Secure. It is set up on the server so you will want to google “How to set up HTTPs on ? ” Where ? is your server.