This is the fourth in the series of Creating a Web Site using Drupal. Here are the earlier ones: First, Second and Third.
Unlike earlier, this post is all text and doesn’t contain a screencast.
Moving Drupal from sub directory to root
Since I have had enough of sNews, I finally thought it is time to move my Drupal installation from /drupal to /. It was as simple as connecting via FTP and moving all the content of /drupal directory one level up. I made sure that I didn’t have index.php or index.html residing at / before you move. I went through some forum posts at drupal.org on what else I should be doing and saw that some have advised to modify the value of $base_url in sites/default/settings.php. I noticed that it’s commented out in my case and hence didn’t modify it.
» Read the rest of the entry..