Skip to main content
Inspiring
November 19, 2011
Question

Check in / Check out enabled, but file on server is not read-only

  • November 19, 2011
  • 1 reply
  • 478 views

I have a file config.php, that I need to make read only after I've made changes to it.  I have done this part and the file is on my local PC is marked as read only.  However, when I upload it to the server, it is NOT marked read only, and the site fails because of it.  How do I make the file on the server read only?  Thank you. 

This topic has been closed for replies.

1 reply

MurraySummers
Inspiring
November 21, 2011

CI/CO has nothing to do with making files read-only to anything other than DW.  And it doesn't do that by setting the read-only bit, it does it in a different way.

It's not clear to me what question you are asking, therefore.  And why is the site failing because of the read-only status of a file?

Are you the only one working on the site?