919 - 926 - 9847

Facelift (mostly) complete

It's been a long time since I've done a site redesign. I've split off "me" from "business".

Part of this process was moving my blog to a subdomain of my main site. I've thought about making this change for years, but the time has finally come. I really want to be more visible in the hosting/site development sphere, but it's doubtful that those end users really care about my chuck e' cheese experiences ;)

One thing I didn't want to do was lose any traffic (not that I get all that much). So I stumbled around the intertubes for a bit to come up with this


RewriteCond %{REQUEST_URI} (^/blog)($|/)
RewriteRule ^(.*)$ http://matthewwilliams.geodesicgrafx.com$1 [R=301,L]

The above redirects where my blog used to be, geodesicgrafx.com/blog to matthewwilliams.geodesicgrafx.com/blog. In theory, it should change all the search engine links to point to the new address, but there's not much I can do about links out on other pages. Provided I never make a new blog at the old address, it should be fine.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)