ReturnToURL
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
Beau Smith
June 11, 2009 4:30 PM | Reply
Bug 100807 - ReturnToURL is defiend in Community config.yaml but used in MT::CMS::Tools: The directive should be moved to core.