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

andrewhotlab’s picture

I 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

dave reid’s picture

Status: Active » Fixed

With latest module version, use from: <front>?m=brands&g=Arnette

andrewhotlab’s picture

Thank you Dave, by using this syntax all works fine!

Status: Fixed » Closed (fixed)

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