4 thoughts on “Breathing Room

  1. While you’re at it, d’you think you could remove ‘wordpress’ from your URL?

    It’s very easy to do. Just copy WordPress’ index.php file into your document root, and modify where it calls:

    ./wp-blog-header.php

    to:

    ./wordpress/wp-blog-header.php

    Then, in wp-config.php, add the following:

    define ('WP_HOME', 'http://www.bieberlabs.com');
    define ('WP_SITEURL', 'http://www.bieberlabs.com/wordpress');

    That should only work on WordPress 2.3. Also, the URLs should be automagically redirected.

  2. I’ve considered doing this for some time. Problem is, I don’t want to break any links. At some point, I’ll write something to do automatic 301 redirects, but don’t think that will get done any time soon.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s