This is a discussion on file saving problem... within the PHP Language forums, part of the PHP Programming Forums category; Hi everyone, I am using Fedora Core, version 6 as my development platform. My problem is if i have to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
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! |
|
|||
|
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 ================== |
![]() |
| Thread Tools | |
| Display Modes | |
|
|