here is my path C:/apache/htdocs/wwwthreads
also my config looks like this
<hr>
// Path and Url variables
// Url to the main WWWThreads php install
$config['phpurl'] = "http://192.168.0.46/wwwthreads";
// Relative Url containing the images
$config['images'] = "http://192.168.0.46/wwwthreads/images";
// Path to your images directory, needed for calculating image sizes
$config['imagepath'] = "C:/apache/htdocs/wwwthreads/images";
// Url to your stylesheets directory
$config['styledir'] = "http://192.168.0.46/wwwthreads/stylesheets";
// Path to your WWWThreads php install
$config['path'] = "C:/apache/htdocs/wwwthreads";
// Path to your stylesheets directory
$config['stylepath'] = "C:/apache/htdocs/wwwthreads/stylesheets";
// Path to save session information
// This is only used if $config['tracking'] = "sessions"
// Needs to be a world writeable directory outside of your html tree
$config['sessionpath'] = "/home/httpd/sessions";
// Domain that wwwthreads is running under.
$config['referer'] = "http://192.168.0.46";
// --------------------------