Re: htaccess question

2005-08-11 Thread Chris Devers
On Thu, 11 Aug 2005, Bill Stephenson wrote: > If a directory is password protected with .htaccess can you access it > directly with a web browser by passing the user name and password in > the url string? Something like this? > > http://www.mydomain.com/members/index.html?user=Moe&password=Howa

Re: htaccess question

2005-08-11 Thread Ovid
--- Bill Stephenson <[EMAIL PROTECTED]> wrote: > If a directory is password protected with .htaccess can you access it > directly with a web browser by passing the user name and password in > the url string? Something like this? > > http://www.mydomain.com/members/index.html?user=Moe&password=Ho

htaccess question

2005-08-11 Thread Bill Stephenson
If a directory is password protected with .htaccess can you access it directly with a web browser by passing the user name and password in the url string? Something like this? http://www.mydomain.com/members/index.html?user=Moe&password=Howard or do you always get the popup box? Thanks, -- B