After several considerations, I finally decided to move my blog to a new sub doman. You can now access my blog through http://blog.andrastudio.com. Please update your bookmark and feed URL accordingly.

Thank God I found a .htaccess tricks that can redirect users from old URL to a new URL. I placed the .httaccess file under andrastudio.com/. Here’s the code I used.

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ http://blog.andrastudio.com/$1 [R]

Beside moving my blog to a new sub domain, I also managed to move all the sites under andrastudio.com domain to a new web hosting. I’m not, and I repeat I’M NOT satisfied with the previous web hosting service.