PDA

View Full Version : Anyway to block my site to everybody except myself for a while?


Olidivera
8-31-05, 08:32 PM
Is there anyway to block my website to everybody but myself? Is there some simple way to do it?

I am completly redesigning my web site design, so I need to do testing without anybody seeing it before it is ready. Is this possible?

stevel
8-31-05, 09:05 PM
Sure. You can password-protect the entire site. Easiest way is to do it from the Sitemanager tool available from Member Operations. Tell it to password-protect htdocs. Then you'll need a username and password to get at the site.

digital
9-1-05, 03:08 PM
Or you could set up a htaccess file to say deny from all and allow from only your IP address if you have a static IP.