How would I 301 redirect this URL:
http://www.course-notes.org/forum/member.php?u=#####
to this URL:
User account | Course-Notes.Org
I've tried:
Redirect ^forum/member.php?u=(.*)$ user/$1
and it doesn't work. Any other suggestions?
http://www.course-notes.org/forum/member.php?u=#####
to this URL:
User account | Course-Notes.Org
I've tried:
Redirect ^forum/member.php?u=(.*)$ user/$1
and it doesn't work. Any other suggestions?