We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22840
    • 1,572 Posts
    Hi All,

    Just set my new design live and i've moved it from / new to the root, everything is working except Discuss. The forum home page loads but I can't navigate to any board / thread as it just loads my home page with no styles.

    Is there a setting that needs updating as I've looked through the .htaccess and system settings for discuss but can't find one.

    Done all the normal like cleared cache and re run setup in upgrade mode.

    Cheers
      • 22840
      • 1,572 Posts
      This is sorted by adding the following to the .htaccess, not sure why that would fix it but it did shocked)

      RewriteCond %{HTTP_HOST} .
      RewriteCond %{HTTP_HOST} !^www\.campsites-in-wales.co.uk [NC]
      RewriteRule (.*) http://www.campsites-in-wales.co.uk/$1 [R=301,L]