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
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.