I tried moving Drupal 6.9 from one host to another and it did not work.<br>1) I did a &#39;mysqldump -u root -p --opt drupal69 &gt; drupal69.sql<br>2) I copied the entire Drupal69 directory under my htdocs to my<br>&nbsp;&nbsp;&nbsp; the new host&#39;s htdocs directory<br>
3) I created the DB on the new host and then I installed the dump<br>&nbsp; &nbsp; using the following command &#39;mysql -u root -p drupal69 &lt; drupal69.sql&#39;<br><br>4) I edit the config file and changed the &#39;10.100.5.126&#39; ip address to &#39;localhost&#39;<br>
&nbsp;&nbsp;&nbsp; and set the password to the correct password.&nbsp; (the user is the same)<br><br>I am able to see the main page but when I try to log in, I get the error page not found<br>for htdocs/drupal69/user.<br><br>What are the proper steps tp follow?<br>
<br>Thanks,<br><br>Nestor<br>