Thread: TBDev 2009
View Single Post
  #62  
Old 17th October 2012, 14:21
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
open config.php

go to line 87

change
Code:
$TBDEV['baseurl'] = "http://" . $_SERVER["HTTP_HOST"]."/TB_ALPHA";
to
Code:
$TBDEV['baseurl'] = "http://" . $_SERVER["HTTP_HOST"];
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details

Last edited by daffy; 5th May 2013 at 01:32. Reason: updated thanks jr
Reply With Quote