Jump to content

Featured Replies

Posted

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).

  • 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]

Recently Browsing 0

  • No registered users viewing this page.