How can we able to protect a site using USERNAME and PASSWORD after we entering the URL and the site is before loading
For ex: http://www.buildyourownbouquet.com/
I need exactly what it looks like…
Thanks in Advance
Fero
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.
php has a mechanism for this. see example #2 on this page of the manual.
Or, as x2 pointed out, you could use htaccess. I assume you are using apache. Check here.