I need help with Vbulletin

Discussion in 'vBulletin' started by lilc800, Jun 14, 2011.

  1. #1
    Hey guys,

    I just upload VB to my website and all but for some reason on the main page it doesn't show anything but links to things

    Like this: http://teencircuit.com/forums/

    Anyone know why?

    Thanks
     
    lilc800, Jun 14, 2011 IP
  2. bilalinamdar

    bilalinamdar Well-Known Member

    Messages:
    604
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    120
    #2
    Hmm I can help
    ftp your website
    go to Open www/.htaccess or wherever it is situated (with notepad)
    Add this lines
    
    RewriteEngine on
    
    RewriteCond %{HTTP_REFERER} !^http://teencircuit.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://teencircuit.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.teencircuit.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.teencircuit.com$      [NC]
    
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
    Options All -Indexes
    
    Code (markup):
    Try it...
     
    bilalinamdar, Jun 15, 2011 IP
  3. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #3
    It looks like you got this working but I'd suggest putting something in the root of your URL so we don't see your folder structure.
     
    Brandon Sheley, Jun 15, 2011 IP