Albert,<br><br>Earnie is giving you good information. I&#39;m just providing an alternative. I, personally know so little about mod_rewrite and the other stuff in the .htaccess file as well as httpd.conf file that I avoid doing things the way you have done them. I find the easiest way to move sites around is to have Drupal always installed at the domain root. In your case, create a subdomain like <a href="http://drupal6.example.com">drupal6.example.com</a> and create it at: public_html/drupal6/. (I use cpanel to create it on my server, but Plesk or the command line will do it as well.). With this set-up Drupal has no idea that all your files are in a subdirectoy of public_html. Drupal thinks they are at the root, and everything is cool.&nbsp; Don&#39;t forget to point the subdomain to the host IP if nameserver is set somewhere else other than server where you are installing the subdomain. Also remember that if you have created the directory sites/<a href="http://example.com">example.com</a> that you need to change its name to: sites/<a href="http://drupal6.example.com">drupal6.example.com</a>.<br>
<br>Earnie&#39;s advice about truncating cache and sessions table is good for this method as well (phpMyAdmin calls &quot;truncate&quot; -- &quot;empty&quot;).<br><br>Re: absolute paths. Here and there there might be a module, or typically user pics that use absolute paths. I go into phpMyadmin and search on the old root domain and then replace the old root path with the new root path in the database. Also, whenever I&#39;m creating links inside content to another page on the site I always use &quot;root relative&quot; (I think that is the term) paths and never &quot;relative&quot; paths. For example, I use &lt;a href=&quot;/node/13&quot;&gt; and <i>not</i> &lt;a href=&quot;node/13&quot;&gt;. I find this solves a lot of problems.<br>
<br>Now that I have a VPS hosting account (for $45/month at <a href="http://modvps.com">http://modvps.com</a>) and I can create as many accounts as I want, I don&#39;t even bother with installing a subdomain inside a directory of another account. I&#39;ll create a &quot;real&quot; account for the subdomain and put the Drupal install at public_html.<br>
<br>And as I began, there are many ways to handle this issue, I&#39;m just sharing my personal experience and methods that seem to be pretty easy, for me at least.<br><br>Shai<br><br><div class="gmail_quote">On Tue, Apr 8, 2008 at 8:05 AM, Earnie Boyd &lt;<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Quoting Albert Cuesta &lt;<a href="mailto:acuesta@gmail.com">acuesta@gmail.com</a>&gt;:<br>

<br>
&gt; As part of a Drupal 5.x to 6.x upgrade, I have moved my Drupal site to<br>
&gt; a folder below the HTML root level of my server, so now it&#39;s at<br>
&gt; public_html/drupal6 instead of public_html as before.<br>
&gt;<br>
<br>
</div>Is there a reason why you can&#39;t update the httpd.conf for the site so<br>
that the DocumentRoot is public_html/drupal6 instead of public_html?<br>
<div class="Ih2E3d"><br>
&gt; Now the site stopped working beyond the front page: users can login<br>
&gt; but cannot logout, all links display an unthemed front page, and so on<br>
&gt;<br>
&gt; Can somebody explain the required configuration of .htaccess (for the<br>
&gt; domain root and the drupal6 folder) and settings.php so the site works<br>
&gt; again? I think I have already tried everything in the handbook and<br>
&gt; readme :-(<br>
&gt;<br>
<br>
</div>Cache tables, sessions table probably need to be truncated. &nbsp;Browser<br>
caches may need to be emptied as well. &nbsp;Did you change the RewriteBase<br>
in the .htaccess file?<br>
<br>
Earnie -- <a href="http://for-my-kids.com/" target="_blank">http://for-my-kids.com/</a><br>
-- <a href="http://give-me-an-offer.com/" target="_blank">http://give-me-an-offer.com/</a><br>
<div><div></div><div class="Wj3C7c"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>