Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Charlie Coppinger2 Posted December 18, 2023 Posted December 18, 2023 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).
Marc Posted December 18, 2023 Posted December 18, 2023 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]
Recommended Posts