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
<?
include('/home/user/include/lib.inc');
?>
Best regards,
Andrew Sitnikov
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] how do i hide my .inc files in apache?? Jamie Burns
- Re: [PHP] how do i hide my .inc files in apache?? Tim Zickus
- RE: [PHP] how do i hide my .inc files in apache?? jeremy
- Re: Re[2]: [PHP] how do i hide my .inc files in a... Andrew Sitnikov
- Re: Re[2]: [PHP] how do i hide my .inc files ... Jim Jagielski
- RE: Re[2]: [PHP] how do i hide my .inc files ... jeremy
- [PHP] Matching irregular cases jalist
- Re: [PHP] Matching irregular cases Toby Butzon
- RE: [PHP] how do i hide my .inc files in apache?? Jon Haworth
- RE: [PHP] how do i hide my .inc files in apache?? Matt Williams
- RE: [PHP] how do i hide my .inc files in apache?? Maxim Maletsky

