Random redirects to site home??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • John h
    New Member
    • Dec 2008
    • 22
    • 3.8.x

    Random redirects to site home??

    I've been having a problem with random redirects from the forum to the domain home.

    i.e. the forum is installed in /forum

    I have a redirect in place that send http://www.modelpowerboat.com to http://www.modelpowerboat.com/forum

    The problem happens in the forum and in the admincp and it seems to be totally random. I.e. I click on a thread link and it takes me to the site home instead. But if I try again it will take me to the thread. Or sometimes it will kick me to the site home several times in a row.

    Even in the Admincp when I change a setting, sometimes I will get the site home page show up in the right pane.

    It's real frustrating as I can't work out why it is doing it. I have disabled the plugin hook system but it still does it.

    What can I do to troubleshoot this???
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Can you post the contents of your .htaccess file here?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • John h
      New Member
      • Dec 2008
      • 22
      • 3.8.x

      #3
      The site one is

      AddHandler application/x-httpd-php5 .php

      suPHP_ConfigPath /home/mpboat/public_html/
      Options All -Indexes
      Options +FollowSymLinks
      RewriteEngine On

      RewriteRule ^$ http://www.modelpowerboat.com/forum/ [L,R=301]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule ^(.*) index.php
      and the forum one has no rules

      Comment

      • John h
        New Member
        • Dec 2008
        • 22
        • 3.8.x

        #4
        anybody?

        Comment

        Related Topics

        Collapse

        Working...