Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Peter Lind
On 18 August 2010 01:41, tedd wrote: > At 4:23 PM -0400 8/17/10, Robert Cummings wrote: >> >> On 10-08-17 04:17 PM, tedd wrote: >>> >>> Hi gang: >>> >>> The subject line says it all. >>> >>> How secure is a .htaccess file to store passwords and other sensitive >>> stuff? >>> >>> Can a .htaccess fi

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread tedd
At 4:23 PM -0400 8/17/10, Robert Cummings wrote: On 10-08-17 04:17 PM, tedd wrote: Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Can a .htaccess file be viewed remotely? It depends on the server configuration. I think for

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Robert Cummings
On 10-08-17 04:39 PM, Peter Lind wrote: On 17 August 2010 22:35, Robert Cummings wrote: On 10-08-17 04:23 PM, Peter Lind wrote: On 17 August 2010 22:17, teddwrote: Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Ca

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Peter Lind
On 17 August 2010 22:35, Robert Cummings wrote: > > > On 10-08-17 04:23 PM, Peter Lind wrote: >> >> On 17 August 2010 22:17, tedd  wrote: >>> >>> Hi gang: >>> >>> The subject line says it all. >>> >>> How secure is a .htaccess file to store passwords and other sensitive >>> stuff? >>> >>> Can a .h

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Robert Cummings
On 10-08-17 04:23 PM, Peter Lind wrote: On 17 August 2010 22:17, tedd wrote: Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Can a .htaccess file be viewed remotely? No, Apache won't serve it. It's a configuration sett

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Peter Lind
On 17 August 2010 22:17, tedd wrote: > Hi gang: > > The subject line says it all. > > How secure is a .htaccess file to store passwords and other sensitive stuff? > > Can a .htaccess file be viewed remotely? No, Apache won't serve it. Regards Peter -- WWW: http://plphp.dk / http://plind.dk Li

Re: [PHP] How safe is a .htaccess file?

2010-08-17 Thread Robert Cummings
On 10-08-17 04:17 PM, tedd wrote: Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Can a .htaccess file be viewed remotely? It depends on the server configuration. I think for the most part apache servers disable viewing the

[PHP] How safe is a .htaccess file?

2010-08-17 Thread tedd
Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Can a .htaccess file be viewed remotely? Cheers, tedd -- --- http://sperling.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP] How safe?

2003-03-17 Thread Sebastian
hello all, I have another questions .. I really could use some feedback on this script, I want to make sure it's secure enough. can anyone see any risks? Basically what the script does it get username/password and user access level (passwords are encrypt md5 hash, from the database. I then include