Redirecting bbPress to WP
-
I saw a thread about registration for bbPress forum plugin on WP:
These are two ways that were mentioned, but I am not sure how to do either:
1. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
2. <?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
Can anyone give me a step by step on how to do this? Thanks.
- You must be logged in to reply to this topic.