Re: password protecting pages in a directory

2001-10-05 Thread Saadiq Rodgers-King
You can use an .htaccess file. I googled htaccess apache password protect and got this... http://www.xav.com/scripts/help/passwd.html On Thu, Oct 04, 2001 at 09:10:21PM -0700, Rob Smyth scribbled: I'm putting all my admin content management pages into a directory inside root. Is there anyway

RE: password protecting pages in a directory

2001-10-05 Thread Barney Hamish
Ofcourse you can also use Tomcat realms which will authenticate users against a database or XML file The documentation is on the Tomcat website. -Original Message- From: Rob Smyth [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 6:10 AM To: [EMAIL PROTECTED]

RE: password protecting pages in a directory

2001-10-05 Thread Rob Smyth
Will this still work with Tomcat only? -Original Message- From: Saadiq Rodgers-King [mailto:[EMAIL PROTECTED]] On Behalf Of Saadiq Rodgers-King Sent: Friday, October 05, 2001 7:05 AM To: [EMAIL PROTECTED] Subject:Re: password protecting pages in a directory You can use