Password protecting a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Password protecting a website

Hello all, I was wondering if anyone could shine a little light on the mentioned subject. I would like to set something up that blocks an entire site until the password is provided so while i am building, only the person i am building it for and myself can view the progress

14th Jul 2020, 4:31 PM
Chad Williams
Chad Williams - avatar
1 Answer
0
Easy way and probably sufficient for your use case: Give the HTML file a cryptic name and turn off indexing in meta tags. Difficult way if required.
14th Jul 2020, 4:35 PM
Sandra Meyer
Sandra Meyer - avatar