The absolut path refers to the location of the WB Installation on the servers harddisk.
Example:
Hostname
www.domain.tld runs a windows server with apache. The www folder is: c:\data\www\
the folder www works as the root, when you call
www.domain.tldIn this folder www you have WB installed in a subfolder called mysite (c:\data\www\mysite) this is then the absolute path to your WB installation.
Here, as an example is the absolute path and the URL to my testwebspace:
define('WB_PATH', '/home/users/22/kweitzel/www/wtz.safewebspace.com');
define('WB_URL', 'http://wtz.safewebspace.com');
hope this helps you, cheers
Klaus