AdminCGIPath
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
URL to the Movable Type application directory. The AdminCGIPath configuration directive is the administrative analog to the CGIPath directive and allows for a distinct URL path to be used for access to the administrative interface and scripts (e.g. mt.cgi). AdminCGIPath...
Read more
BlogsPingURL
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
Deprecated: This config directive has been deprecated in MT5 The URL used to send the XML-RPC blo.gs ping. Values Absolute URL. Default value is: BlogsPingURL http://ping.blo.gs/ Example: BlogsPingURL http://some.alternate.blo.gs.server/path/...
Read more
CGIPath
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
Defines the URL path to the Movable Type application directory. The CGIPath configuration directive is a required setting. It is used in the construction of links to any of the various scripts which handle the system’s public interfaces (e.g. comments,...
Read more
GlobalSanitizeSpec
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
Movable Type has a sanitize function that is automatically run against all comments and TrackBacks submitted to your blog and also any content produced by a template tag with the sanitize attribute defined. This is done to remove any code...
Read more
GooglePingURL
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
Deprecated: This config directive has been deprecated in MT5 The URL to which the update ping is sent when blog owners have chosen "Google" as a target for recently updated pings. Values Absolute URL. Default value is: GooglePingURL http://blogsearch.google.com/ping/RPC2...
Read more
HTTPInterface
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
By default, outgoing HTTP requests are sent to the internet using the default network interface card (NIC) on the server running Movable Type. In some rare cases, it may be necessary or desirable to have the outbound traffic sent over...
Read more
HTTPNoProxy
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
If HTTPProxy is set, Movable Type will route HTTP requests through the specified proxy EXCEPT for requests destined for the domains listed in HTTPNoProxy. Default value: localhost, 127.0.0.1 Example: HTTPNoProxy internal.lan, example.tld...
Read more
HTTPProxy
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
In some cases, a proxy server must be used to gain access to the internet if the computer Movable Type is running on is behind a firewall or on an internal private network. By setting HTTPProxy to the full URL...
Read more
HTTPTimeout
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
Controls the number of seconds Movable Type will wait before timing out outbound HTTP requests from the application. In the event that MT makes an HTTP request and does not receive any kind of response from the server in n...
Read more
HelpURL
By Byrne Reese and posted in Appendix: Configuration Directives on December 31, 1969.
The absolute URL to prefix all help links. Value Absolute URL. Default is: http://www.movabletype.org/documentation/ Examples Change URL to another prefix: HelpURL http://www.other-mt-site.com/docs/...
Read more