Colin said:
I have been unable to change the file attributes in xp. They remain in
the read only selection. Several of my friends are in the same
position in that the read only attribute will not switch off.
Interestingly windows can still read write and delete files with this
setting on.
Do you have any suggestions?.
I have been running a form generator in the form of  php scripts on an
apache server on my machine. Its straight foward, put the scripts in
the htdocs directory and access via a browser to build the form..
However the server runs fine but it cannot write to the files due I
think to the attribute read only.
OK, first of all the read-only attribute does not apply to folders in
XP. If you look carefully at the options in a folder's Properties,
you'll see that the read-only attribute is actually greyed out,
indicating that it isn't available for that object.
If you are looking at actual files and are unable to change the
read-only attribute on the individual files that's a different story. I
don't run Apache, so I don't know if the "htdocs" directory you
reference is one created by Apache or by you. In either case, you
definitely have permissions set incorrectly.
Are you running XP Home or Pro? If Pro, right-click on the htdocs folder
and on both the Sharing and the Security tab add Everyone and give
Everyone full access. See if that helps. If not, check the ownership of
the folder and make sure your account is the owner.
I would also check the Apache website for more information since this
could very well be something managed by Apache. After all, Apache is
usually run on a server and you certainly don't want just anyone to be
able to write to your website's folders.
Malke