I'm moving an old site to a Drupal site. I want to redirect old urls:
From: index.php?m=brands&g=Arnette
To: node/212
But it redirects to the homepage instead. I think that's because of the "index.php?" in the old urls, right?
Am using beta4 on pathauto 2x-dev...
Comments
Comment #1
andrewhotlab commentedI suppose that the issue is related to the question mark in the URL. Read the comment #7 that i posted in this thread: http://drupal.org/node/584796
Comment #2
dave reidWith latest module version, use from:
<front>?m=brands&g=ArnetteComment #3
andrewhotlab commentedThank you Dave, by using this syntax all works fine!