Monday, February 22, 2010

Friday, February 19, 2010

How to hide a Drupal-in-a-subdirectory installation in GoDaddy

Say you have a Drupal installation for testing purposes inside a subdirectory in your hosting account, like so:

http://example.com/drupal-6/

and you want to make that installation replace/take over your site's home at:

http://example.com/

The .htaccess file in your document root needs some changing, as well as the base_url in your settings.php file.

For the full instructions, read on at http://drupal.org/node/520700#comment-1819902