internal_data and library

Robust

Well-known member
In nginx I'd just make both directories internal, meaning they can't be accessed by the browser. What exactly is recommended on an Apache installation? Planning to move over, I think Apache is still better supported out there. I'd imagine just denying access to both directories and making them forbidden would be fine?
 
By default the 'library' and all the other folders are set to 0755.

On my server I set the following two folders to 0777.

data
internal_data
 
Top Bottom