Settings

Primary tabs

For example, given a redirect from source-path to node?a=apples, if a user visits source-path?a=alligators&b=bananas they would be redirected to node?a=apples&b=bananas. The query strings in the redirection will always take precedence over the current query string.
You can find more information about HTTP redirect status codes at http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection.
This feature requires Cache pages for anonymous users to be enabled and the $conf['page_cache_invoke_hooks'] variable to be true (currently set to true).
Only redirects managed by the redirect module itself will be deleted. Redirects managed by other modules will be left alone.
The maximum number of redirects that can be deleted in each pass of a cron maintenance task. If necessary, reduce the number of items to prevent timeouts and memory errors.