Hey,
Using WP3.5.1 and BB2.2.4 and as it currently stands the profile URL links for people who have posted is sitename.com/forum/profile/username.
My site actually has a custom profile page where I’d like to redirect this link to. Namely:
sitename.com/profile/username
How can I go about redirecting this?
I’ve tried the redirect using the following in htaccess but no cigar:
`RedirectMatch 301 ^/forum/profile/(.*) /profile/$1`
Anybody know how I can do this?