Skip to content
Byrne edited this page Nov 1, 2010 · 1 revision

HTMLPerms

In addition to controlling permissions via umask settings, you can also use the HTMLPerms and UploadPerms settings to control the default permissions for files created by the system (either as output files or uploaded files). The only real use of this is to turn on the executable bit of files created by the system--for example, if MT is generating PHP files that need to have the executable bit turned on, you could set HTMLPerms to 0777.

  • Default value: 0666

Example:

HTMLPerms 0777

  • Categories: Appendix: Configuration Directives
  • Tags: config
Clone this wiki locally