DownloadsII Mod without forums Link

Discussion in 'vBulletin' started by gree124, Jun 2, 2008.

  1. #1
    gree124, Jun 2, 2008 IP
  2. Skuxta

    Skuxta Banned

    Messages:
    338
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will need to move the Vbulletin software from the directory /forums to the homesite
     
    Skuxta, Jun 2, 2008 IP
  3. mudassar

    mudassar Banned

    Messages:
    674
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You also need to edit your Config file too !
     
    mudassar, Jun 3, 2008 IP
  4. aGig

    aGig Well-Known Member

    Messages:
    428
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    118
    #4
    You could do a few things...

    Move the script and edit the code to point to the vb data.

    You could do a PHP redirect on downloads.php to go to: /forums/downloads.php like this:
    <?php
    header("Location: http://www.yoursite.com/forums/downloads.php"); /* Redirect browser */
    
    ?> 
    Code (markup):
    Make sure the above code is at the very top of the PHP file you place it in.

    The other option maybe to use mod_rewrite with a htaccess file. I'm not a pro on it, but I'm pretty sure it can be done.

    Good luck.

    Mark
     
    aGig, Jun 3, 2008 IP