<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Let me clear it&nbsp;to you. Sorry if I am bothering you.<BR><BR>I have one drupal database say "abc"<BR>I have created another database in same machine say "xyz" and have imported<BR>"abc" drupal sites dump into xyz 's database through phpmyadmin(no problem occured).<BR>So we have two database in one machine: one is "abc" and another is "xyz" with same table structure.</DIV>
<DIV>My first abc databse url is: <A href="http://ipdaress/abc" target=_blank><SPAN id=lw_1258170452_4 class=yshortcuts>http://ipdaress/abc</SPAN></A><BR>and my newly imported databse url (might be) is <A href="http://ipdaress/xyz" target=_blank><SPAN id=lw_1258170452_5 class=yshortcuts>http://ipdaress/xyz</SPAN></A><BR>(here noted that I am using xampp.)<BR>I havent changed any folders, passwords anything inside sites directory or in database or anywhere.<BR>Only one change is in my settings.php file(under sites\default) I just added below lines:<BR><BR>$db_url = 'mysqli://root:password@localhost/xyz';<BR><BR>So the the total lines are below:<BR><BR>$db_url = 'mysqli://root:password@localhost/abc'; (previous ones whic autimatically written when I did setup abc drupal site)<BR>$db_url = 'mysqli://root:password@localhost/xyz'; (I just copy pest and change the abc to xyz)<BR>$db_prefix = '';<BR><BR>The directory structure is like below under
 sites:<BR>sites<BR>--- all<BR>------modules<BR>------themes<BR>---default<BR>------files<BR>------default.settings.php<BR>------settings.php<BR><BR>Now when in <SPAN style="BORDER-BOTTOM: #0066cc 1px dashed; CURSOR: hand" id=lw_1258170452_6 class=yshortcuts>internet explorer</SPAN> I put <A href="http://ipdaress/abc" target=_blank>http://ipdaress/abc</A> its OK working.<BR>but when I put <A href="http://ipdaress/xyz" target=_blank>http://ipdaress/xyz</A><BR>I am now getting below message:<BR><BR>Object not found!<BR>The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.<BR>If you think this is a server error, please contact the webmaster.<BR>Error 404<BR>IPADDRESS<BR>11/13/09 11:18:32<BR>Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2<BR><BR>SO HOW CAN I GET WORK WITH SECOND URL(<A href="http://ipdaress/xyz" target=_blank>http://ipdaress/xyz</A>) whats
 other stpes I need to do?<BR>( WHICH WILL SHARE SAME MODULE LIKE "ABC" WEBSITE?)<BR><BR><BR>Thanks for your time and looking forard to your suggestions</DIV></td></tr></table><br>