Fiirst of all I was able t to find only one configure.php page which is in admin. I was not able to find second one and also I was not sure which line I need to edit.
one in /includes the other in admin/includes
Admin
Code:
  define('HTTP_SERVER', 'http://www.xxxx.com');
  define('HTTPS_SERVER', 'https://www.xxxx.com');
  define('HTTP_CATALOG_SERVER', 'http://www.xxxx.com');
  define('HTTPS_CATALOG_SERVER', 'https://www.xxxx.com');
other
Code:
  define('HTTP_SERVER', 'http://www.xxxx.com');
  define('HTTPS_SERVER', 'https://www.xxxx.com');
Also .htaccess was in admin folder and not in main.
Do not mess with that one
I have yahoo webhosting and it doesn't allow dot in front of htaccess; therefor I rename it to htaccess. do you think it would couse problem?
That is a issue as it is the "dot" that enables it on a 'nix server
What type of server does YaHoo provide?
And why are you messing with YaHoo anyway?