Not a developer? Go to MovableType.com

Documentation

BaseSitePath

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

    <div class="section">
        <p>Sets the default website path. If this value is specified, Movable Type will limit path settings for all newly created web sites.</p>
    </div>

    <div class="section">
        <h3>Examples</h3>
        <pre>BaseSitePath /path/to/directory</pre>
    </div>

    <div class="section">
        <h3>Default Value</h3>
        <p>none</p>
    </div>

</div>
Back