I placed into the root directory index.php with the following code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://sitename.domain.com/wb/");
exit();
?>
it work. Is it correct way? Or htaccess is better?
It take many time to upload WB files via FTP. How to move "wb" folder content into root? I can access only via FTP.