I'm looking for some ideas from the experts out here. Here's what I want to do:
I want to basically hide my entire blog from the world, but keep it available online for myself. Why? I'm writing a book from the material, and don't want to make the content public anymore. However, I will still need access to review old entries and such.
Some ideas I've had:
- use .htacess to pass-protect the whole thing. I don't think that idea will work because I'd still like to have some sort of "landing page" for readers coming in through incoming links.
- use a redirect to direct readers from incoming links to another page. That might work, but then how do I access my own blog? Wouldn't I be constantly redirected to the other page?
- password-protecting every entry. That could work, but it seems like an awful lot of work.
Again, just looking for some ideas here, so all thoughts and pros/cons are appreciated. THANKS in advance!!!