Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

file saving problem...

0 views
Skip to first unread message

thushia...@gmail.com

unread,
Dec 25, 2007, 11:36:10 PM12/25/07
to

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.

My Pet Programmer

unread,
Dec 25, 2007, 11:40:24 PM12/25/07
to

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!

Jerry Stuckle

unread,
Dec 27, 2007, 10:17:34 PM12/27/07
to

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.
jstu...@attglobal.net
==================

0 new messages