config help

Make sure that 'installBase' is the full path to DGS Search. For example.. my web site is actually located within:
/usr/data/httpd/www/html
However, DGS Search is within the sub-directory dgssearch under:
/usr/data/httpd/www/html/dgssearch
So, my 'installBase' looks like this:
$config['installBase'] = '/usr/data/httpd/www/html/dgssearch';
And my 'siteBase' and 'fsBase' point to the base of the web site which like so:
$config['siteBase'] = '/usr/data/httpd/www/html/';
$config['fsBase'] = '/usr/data/httpd/www/html';
/usr/data/httpd/www/html
However, DGS Search is within the sub-directory dgssearch under:
/usr/data/httpd/www/html/dgssearch
So, my 'installBase' looks like this:
$config['installBase'] = '/usr/data/httpd/www/html/dgssearch';
And my 'siteBase' and 'fsBase' point to the base of the web site which like so:
$config['siteBase'] = '/usr/data/httpd/www/html/';
$config['fsBase'] = '/usr/data/httpd/www/html';