Page 1 of 1

How to password protect the whole CMS MS installation?

Posted: Sat Jul 08, 2006 4:58 pm
by trud
I am currently running a test site, and need to password protect the site because it is on a live server.
How can I easily make all pages password protected?

Also I need to make sure crawlers and spiders do not crawl the site.... there is a "NO BOT" statement to put in a text file in the root I belive, but if someone could refresh my memory on this also.

Trud

Re: How to password protect the whole CMS MS installation?

Posted: Sat Jul 08, 2006 5:56 pm
by mahjong
Editing the robots.txt file won't garantee you robots won't crawl your test site.

The only secure way is to password protect the directory containing your test site with Apache's .htaccess and .htpasswd configuration files.

Here's one quick tutorial...

Re: How to password protect the whole CMS MS installation?

Posted: Sat Jul 08, 2006 8:27 pm
by trud
At the moment I have IIS and windows hosting. Do not know yet if I am able to run apache rather then IIS cause I am on a shared box.
Tried to make it work under IIS but it seems unpossible.

Other things that will work in wonodws hosting?

Re: How to password protect the whole CMS MS installation?

Posted: Sat Jul 08, 2006 10:28 pm
by Dr.CSS
mind if i ask what you mean by all pages password protected, and why?

Re: How to password protect the whole CMS MS installation?

Posted: Sun Jul 09, 2006 5:28 am
by mahjong