I switched forum platforms and I'd like to redirect requests to member profiles using a 301 redirect.
The old platform path to user profiles was: IANA — Example domains
The new platform path to user profiles is: IANA — Example domains
The user IDs have remained the same during the switch.
I tried to accomplish this by writing the following RewriteRule:
Rewr*teRule ^forum/member.php?u=(.*)$ http://www.example.com/user/$1 [R=301,L]
Unfortunately, it's not working for some reason and I can't figure out why. Any help would be greatly appreciated!
Thanks,
-Chris
The old platform path to user profiles was: IANA — Example domains
The new platform path to user profiles is: IANA — Example domains
The user IDs have remained the same during the switch.
I tried to accomplish this by writing the following RewriteRule:
Rewr*teRule ^forum/member.php?u=(.*)$ http://www.example.com/user/$1 [R=301,L]
Unfortunately, it's not working for some reason and I can't figure out why. Any help would be greatly appreciated!
Thanks,
-Chris