I developed the site I was building to the side in a folder called /newsite.
On deployment, I copied the files to root using FTP, and adjusted config.php.
The site works fine, except for one small annoyance. Each page has a double slash after the domain (e.g.
http://www.mysite.com//pages/somepage.html)
the WB_URL property in config.php has got
http://www.mysite.com in it
Any tips on what I need to change to tidy this up?