Skip to content

config themesdirectory

Violet edited this page Nov 2, 2010 · 2 revisions

ThemesDirectory

Defines the directory path staring from the $MT_HOME directory which themes are located.

The themes directory should:

  • be owned by the owner of index.cgi (apache, www-data, index.cgi owners in the suexec environment) can read, write and list.
  • not be publicly accessible on Web server. If publicly accessible, the contents of the theme folder should not contain any sensitive data.

Default

Default path is "$MT_HOME/themes"

ThemesDirectory themes

Values

Path to themes folder.

Examples

Change to "FooThemes" folder:

ThemesDirectory FooThemes
  • Categories: Appendix: Configuration Directives

  • Tags: directory, New in MT5, path, theme

  • New in MT5

Clone this wiki locally