Link for a forum to another forum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bocksanders
    Member
    • Oct 2017
    • 86
    • 5.3.x

    Link for a forum to another forum

    I have two VB cloud forums/domains

    in one of the forums there is a sub forum that I would like to link to the other domain which is a VB cloud forum

    The two forums are

    www.baylinerownersclub.org, www.liveaboard-boats.com

    I would like the “liveaboard” forum in www.baylinerownersclub.org to redirect, point, or link to www.liveaboard-boats.com

    How do I do this?

    Thanks
  • LockedOnLaw
    Senior Member
    • Apr 2010
    • 2311
    • 6.X

    #2
    If you have access to your .htaccess file the easiest way to do this would be a 301 redirect.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^example.com [NC,OR]
    RewriteCond %{HTTP_HOST} ^www.example.com [NC]
    RewriteRule ^(.*)$ http://example.net/$1 [L,R=301,NC]

    Comment

    • Bocksanders
      Member
      • Oct 2017
      • 86
      • 5.3.x

      #3
      I do not have that. Both my sites are hosted by Vbulletin

      If they do not chime in with a solution, perhaps I’ll enter a support ticket and see if they can do it that way. Worth a try

      Thanks!!!

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74152

        #4
        .htaccess modifications are not possible with Cloud. Technically Cloud sites don't have an .htaccess file.

        There is currently no way to link a forum to another destination in the software. You could add a link in the Navigation Bar.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...