Posted by Jerry Stuckle on 11/02/07 03:02
Animesh K wrote:
> Jerry Stuckle wrote:
>> Animesh K wrote:
>>> I have a file abc.php which includes another file (which primarily
>>> has text) called text.php.
>>>
>>> Is there a way I can secure the text.php file without affecting the
>>> include_once('text.php') call in abc.php?
>>>
>>
>> You could secure it with .htaccess, but that's the hard way.
>>
>
>
> How about turning off warnings? That's what you mean by .htaccess? (like
> warning off).
>
Nope, I mean using .htaccess. Try the Apache website for more info on
it, then alt.apache.configuration (if you haven't RTFM before asking in
that group they will call you on it).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|