Links to local pages with slashes in them escape the slashes.
Eg
[[foo/bar]]
generates a link like this:
http://www.example.org/drupal5/foo%2Fbar

This means they don't work.

Comments

rötzi’s picture

Status: Active » Fixed

When you use a normal wikilink [[x]] then x is always taken as title of a node. If you want to link to a path, use the syntax: [[path:foo/bar]] and this will be converted to a Drupal path.

You can change the name 'path' in the interwiki settings of the pearwiki filter settings.

Anonymous’s picture

Status: Fixed » Closed (fixed)