http://api.drupal.org/api/function/custom_url_rewrite/5

In the code section at the bottom of the page:

if (preg_match('|^node(/.*)|', $path, $matches)) {

should be changed to:

if (preg_match('|^node/(.*)|', $path, $matches)) {

Comments

Anonymous’s picture

Status: Needs review » Fixed

Commit #110994 by boydjd at 00:30

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.