file saving problem...
am 26.12.2007 05:36:10 von thushianthan15
Hi everyone,
I am using Fedora Core, version 6 as my development platform. My
problem is if i have to save my PHP files in /var/www/html/, i need to
log in as a root. As a normal user, the OS is not allowing me to save
the files in /var/www/html directory. Due to some restrictions, i
cannot always log in as a root. So is there is any other way i.e.
whether we can store the PHP files in some other directory etc...
Any suggestions ? Thank you in advance :)
Thushanthan.
Re: file saving problem...
am 26.12.2007 05:40:24 von My Pet Programmer
thushianthan15@gmail.com said:
> Hi everyone,
>
> I am using Fedora Core, version 6 as my development platform. My
> problem is if i have to save my PHP files in /var/www/html/, i need to
> log in as a root. As a normal user, the OS is not allowing me to save
> the files in /var/www/html directory. Due to some restrictions, i
> cannot always log in as a root. So is there is any other way i.e.
> whether we can store the PHP files in some other directory etc...
>
> Any suggestions ? Thank you in advance :)
>
>
> Thushanthan.
The files you need to save could be stored in a sub-directory, and then
you could set the permissions (CHMOD) the directory to allow write
access from the php page. I would not recommend setting that permission
level on your docroot (the html/ dir).
~A!
Re: file saving problem...
am 28.12.2007 04:17:34 von Jerry Stuckle
thushianthan15@gmail.com wrote:
> Hi everyone,
>
> I am using Fedora Core, version 6 as my development platform. My
> problem is if i have to save my PHP files in /var/www/html/, i need to
> log in as a root. As a normal user, the OS is not allowing me to save
> the files in /var/www/html directory. Due to some restrictions, i
> cannot always log in as a root. So is there is any other way i.e.
> whether we can store the PHP files in some other directory etc...
>
> Any suggestions ? Thank you in advance :)
>
>
> Thushanthan.
>
Learn about Linux administration then set the appropriate owner/group
and permissions for the directory.
P.S. This has nothing to do with PHP.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================