Peter Ford wrote:
LAMP wrote:
hi,
I have this structure:
/home/lamp/mydomain/html
/home/lamp/mydomain/logs
/home/lamp/mydomain/config
etc.
html directory is the only one accessible from outside.
to access config file I can use this:
required_once('/home/lamp/mydomain/config');
but this is
Peter Ford wrote:
> LAMP wrote:
>> hi,
>>
>> I have this structure:
>> /home/lamp/mydomain/html
>> /home/lamp/mydomain/logs
>> /home/lamp/mydomain/config
>> etc.
>>
>> html directory is the only one accessible from outside.
>>
>> to access config file I can use this:
>> required_once('/home/lamp/my
LAMP wrote:
> hi,
>
> I have this structure:
> /home/lamp/mydomain/html
> /home/lamp/mydomain/logs
> /home/lamp/mydomain/config
> etc.
>
> html directory is the only one accessible from outside.
>
> to access config file I can use this:
> required_once('/home/lamp/mydomain/config');
>
> but thi
3 matches
Mail list logo