XF 1.3 How do I set up redirects?

As I posted on the thread, you will need to recreate your WP articles as threads and then create a custom redirect for each one.
 
Is this redirect right? I set it up with cpanel and it does not seem to me working it still goes to wordpress.

RewriteCond %{HTTP_HOST} ^www\.exploredownriver\.com$
RewriteRule ^welcome\-explore\-downriver\/$ "http\:\/\/www\.exploredownriver\.com\/forum\/threads\/welcome\-to\-explore\-downriver\.279\/" [R=301,L]
 
Top Bottom