LPH
Well-known member
I need to redirect all of the search engine traffic from community.tuxreportsnetwork.com to www.tuxreports.com/community. Most of the redirects found via search are for subdomain to subdirectory using the same domain.
Does anyone have a suggestion?
This is what I have in the .htaccess right now.
But this only redirects to the root of the XenForo install.
Does anyone have a suggestion?
This is what I have in the .htaccess right now.
Code:
RewriteCond %{HTTP_HOST} ^community\.tuxreportsnetwork\.com
RewriteRule ^(.*)$ http://www.tuxreports.com/community/$1 [R=301]
But this only redirects to the root of the XenForo install.
Last edited: