forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config returntourl
Byrne edited this page Nov 1, 2010
·
1 revision
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.
None.
The value must be a valid URL, for example: http://blog.example.org/blog/.
ReturnToURL http://blog.example.org/blog
- Categories: Appendix: Configuration Directives
- Tags: community, config, query, redirect, return, url