Not a developer? Go to MovableType.com

Documentation

ReturnToURL

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.

URL specified to this directive is used when MT does not receive where to navigate after doing certain tasks such as:

  • user login
  • user registration
  • password recovery
  • etc

Most cases when MT handles these events, there should be a query parameter that is used to determine whether to go next (either URL, blog ID, entry ID, etc). However in case there is not such parameter specified and MT does not know where to redirect, MT uses the URL specified to this directive as the last resort.

Default

None.

Values

The value must be a valid URL, for example: http://blog.example.org/blog/.

Example

ReturnToURL http://blog.example.org/blog
Back