Is there a way to view what redirects there are, see if there are any double redirects, and create/delete redirects using wikitools?

Comments

cwgordon7’s picture

Status: Active » Closed (works as designed)

By design, double redirects are impossible. By design, redirects cannot be created/deleted. By design, redirects cannot be viewed.

Redirects basically work like this: first they check for a matching current node title, but if that fails, the search for a historic title, and redirect to that one.

lvl1’s picture

Can use the Path redirect module (http://drupal.org/project/path_redirect) to redirect to any node of your choice. It overrides the wiikitools move function.