Closed (works as designed)
Project:
Wikitools
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 12:31 UTC
Updated:
23 Nov 2009 at 11:54 UTC
Is there a way to view what redirects there are, see if there are any double redirects, and create/delete redirects using wikitools?
Comments
Comment #1
cwgordon7 commentedBy 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.
Comment #2
lvl1 commentedCan 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.