Pleasseee I already dont know what a hell is going on here
i cant configure my cart to use mu VHost ...
here is the configure.php file

Code:
define('HTTP_SERVER', 'e-storebg.com/');
  define('HTTPS_SERVER', 'e-storebg.com/');


// * DIR_WS_* = Webserver directories (virtual/URL)
  // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
  define('DIR_WS_CATALOG', 'e-storebg.com/');
  define('DIR_WS_HTTPS_CATALOG', 'e-storebg.com/');

  define('DIR_WS_IMAGES', 'images/');
  define('DIR_WS_INCLUDES', 'includes/');
  define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
  define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
  define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
  define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
  define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
  define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

// * DIR_FS_* = Filesystem directories (local/physical)
  //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
  define('DIR_FS_CATALOG', 'C:/apache2triad/htdocs/e-storebg.com/');
and here is the httpd.conf

Code:
NameVirtualHost www.e-storebg.com
<VirtualHost www.e-storebg.com> 
    ServerAdmin [email protected] 
    DocumentRoot C:/apache2triad/htdocs/e-storebg.com 
    ServerName www.e-storebg.com 
    ServerAlias e-storebg.com 
    DirectoryIndex index.php
    ErrorLog C:/apache2triad//logs/www.e-storebg.com-error.log 
    CustomLog C:/apache2triad//logs/www.e-storebg.com-access.log combined 
</VirtualHost>

it wont work shows me links in apache like : ...,

http://e-storebg.com/e-storebg.com/e...=index&cPath=1......

Im Using
Apache/2.0.55 (Win32) PHP/4.4.2 mod_ssl/2.0.55 OpenSSL/0.9.8a
OS: Windows Advanced Server 2003 R2
Zen Cart v 1.3x

Also Im behing router which IP is: 193.68.140.40
Domain DNS is also like this on router this is not a problem but I dont know



I cant get it pleaseee anyy one