Posted December 18, 20231 yr Hi there, As per the title, I'd like to redirect forums.[domain].com subdomain traffic to the current subdomain where I have my Invision forum, forum.[domain].com I have setup a CNAME, but it doesn't seem to be working (see here).
December 18, 20231 yr Community Expert You would need to speak to your domain host on how best to do this. Usually something like this would do the job if using htaccess Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_URI} ^/forums/(.*)$ RewriteRule ^(.*) https://forum.yourdomain.com/$1 [R=301,NC]