Question
Check in / Check out enabled, but file on server is not read-only
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.