RE: [PHP] security and .htaccess

2006-12-04 Thread tedd
At 8:46 AM -0700 12/4/06, Frank Reichenbacher, Bio-Concepts, Inc. wrote: > -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 08:29 To: php-general@lists.php.net; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] security and .htacc

RE: [PHP] security and .htaccess

2006-12-04 Thread Frank Reichenbacher, Bio-Concepts, Inc.
> -Original Message- > From: tedd [mailto:[EMAIL PROTECTED] > Sent: Monday, December 04, 2006 08:29 > To: php-general@lists.php.net; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] security and .htaccess > > > At 8:57 PM -0700 12/3/06, Frank Reichen

RE: [PHP] security and .htaccess

2006-12-04 Thread tedd
At 5:46 PM -0600 12/3/06, Richard Lynch wrote: On Sun, December 3, 2006 9:57 am, tedd wrote: > But, the "_vit_pvt" folder is not apparent. I can't get to it -- is > this a host file that only they can access, or is there a secret > handshake I need to get to it, or what? That's a bull-crap m

RE: [PHP] security and .htaccess

2006-12-03 Thread Frank Reichenbacher
ite set to show hidden files. Tools>Site Settings. Frank > -Original Message- > From: tedd [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 03, 2006 08:57 > To: PHP General List > Subject: Re: [PHP] security and .htaccess > > At 10:35 PM +0100 12/2/06, Alain Roger

Re: [PHP] security and .htaccess

2006-12-03 Thread Anas Mughal
Sample ".htaccess" file that uses an authentication file: Options -Indexes AuthName "Photo Access" AuthType Basic AuthUserFile /home/me/BasicAuth/photo_users.txt require valid-user Hope this helps. -- Anas Mughal On 12/3/06, Richard Lynch <[EMAIL PROTECTED]> wrote: On Sun, December 3, 20

Re: [PHP] security and .htaccess

2006-12-03 Thread Richard Lynch
On Sun, December 3, 2006 9:57 am, tedd wrote: > At 10:35 PM +0100 12/2/06, Alain Roger wrote: >>I'm working on .htaccess file for improving security. >>Based on documentation from PHPSEC.org, we should be able to store >> DB_USER >>login and DB_PASS password in some secret-stuff (for example) file,

Re: [PHP] security and .htaccess

2006-12-03 Thread tedd
At 10:35 PM +0100 12/2/06, Alain Roger wrote: I'm working on .htaccess file for improving security. Based on documentation from PHPSEC.org, we should be able to store DB_USER login and DB_PASS password in some secret-stuff (for example) file, which should be located outside root of web document r

Re: [PHP] security and .htaccess

2006-12-02 Thread Richard Lynch
On Sat, December 2, 2006 3:35 pm, Alain Roger wrote: > I'm working on .htaccess file for improving security. > Based on documentation from PHPSEC.org, we should be able to store > DB_USER > login and DB_PASS password in some secret-stuff (for example) file, > which > should be located outside root