Forum Link is not correct

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UKCobra
    Senior Member
    • Aug 2002
    • 249

    Forum Link is not correct

    Rolled back to 4.2.5 yesterday, and found a couple of strange issues I cannot resolve, or find any other knowledge on.

    When I click on the Forum link, it goes to : www.mocgb.net/forums/forum and gets a 404 error
    Whereas it should go to www.mocgb.net/forums
    If I check the URL of the site, it is www.mocgb.net/forums

    Others report issues with blank screens on New Posts, but I have not been able to reproduce that this morning.

    What did I miss when restoring from the backup ?


    Webmaster - Mustang Owners Club of Great Britain
  • bootsie1
    Senior Member
    • Jun 2017
    • 150
    • 5.3.x

    #2
    What is really happening is it thinks it is going to forum/forum/index.php when actually it i supposed to be going to forum/forum.php a way around this is to edit the httpd.conf to do this open the httpd.conf and look for index.php which will look something like
    Code:
    <IfModule dir_module>
        DirectoryIndex index.php index.php3 index.html index.htm [COLOR=#FF0000]forum.php[/COLOR]
    </IfModule>
    add the one in red and save this
    Cometbar

    DartsLeague

    Comment

    • UKCobra
      Senior Member
      • Aug 2002
      • 249

      #3
      Thanks, but where do I find this on my web host ? I have had a look in root and in the forums directory, but not found it.
      From my research it appears to be an Apache config element, and I am not sure I can access that with my hosting company.
      Also, would this have been changed when I upgraded to VB5 , and by only restoring the forums directory, failed to revert it to the original version.
      Thanks

      Webmaster - Mustang Owners Club of Great Britain

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        Let's take a step back a moment, since this worked previously so should work now.

        Where are you actually seeing the error?

        Your site is here:


        The forum link points here:


        Both these work fine. And so does this:


        I'm not seeing the problem.

        Do you need to clear your browser cache? Because www.mocgb.net/forums/forum looks like a vB5 link....vB has its forum channel on that path by default (though it is not a physical folder). That link will not be valid in vB4 though.

        I suspect you may have something cached from when vB5 was up.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • UKCobra
          Senior Member
          • Aug 2002
          • 249

          #5
          Hi Mark,
          I think you are correct. It is not being seen by my work laptop, but is visible on my Mac that I used yesterday. Which would probably suggest it's a browser cache issue. And the people reporting it, were those that saw the VB5 version yesterday.
          Thanks
          Mark
          Webmaster - Mustang Owners Club of Great Britain

          Comment

          Related Topics

          Collapse

          Working...