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)) {
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
Comment #1
Anonymous (not verified) commentedCommit #110994 by boydjd at 00:30
Thanks.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.