RE: Re[2]: [PHP] how do i hide my .inc files in apache??

2001-01-17 Thread jeremy
Message- > From: Andrew Sitnikov [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 15:39 > To: jeremy > Cc: Jamie Burns; [EMAIL PROTECTED] > Subject: Re[2]: [PHP] how do i hide my .inc files in apache?? > > > Hello jeremy, > > j> don't name them .

Re: Re[2]: [PHP] how do i hide my .inc files in apache??

2001-01-17 Thread Jim Jagielski
Why not: order deny,allow deny from all Andrew Sitnikov wrote: > > Hello jeremy, > > j> don't name them .inc files. > > > j> Name them blahblah.inc.php or something that will be parsed, and > j> therefore not just gurped up by the server. > > I think, more secure is mov

Re[2]: [PHP] how do i hide my .inc files in apache??

2001-01-17 Thread Andrew Sitnikov
Hello jeremy, j> don't name them .inc files. j> Name them blahblah.inc.php or something that will be parsed, and j> therefore not just gurped up by the server. I think, more secure is move inc file out www tree. /home/user/public_html/index.php /home/user/include/lib.inc index.php Best re