During lunch I started thinking a little bit about how I would roll this over. One thing that came to mind, is, could I make the two co-exist in 1 web site? The main reason I would like to do that is I would love to keep my blog at blog.iceglue.com, and still support both my old links and new ones.
There are a few options I have come up with. First is take a static snapshot of the .text blog, and keep the permalinks up as static sites. Possible, and relatively easy, but lose the .text functionality.
Another idea I had was just to move the new blog to another domain, ie weblogs.iceglue.com, but that solution feels like I am getting beat down by the code.
Another possibility is having both of them co-exist in the same dir, and just munge the http handlers together so the right urls hit the right codebase. This seems like the most flexible, but probably the most technically challenging.
The last idea I had was to move everything over to DasBlog (I will be updating the DotText2DasBlog to handle categories and comments anyway), and then make some http handlers that will redirect the old .text site to the new DasBlog site on a post by post basis. Actually, this one is probably the most challenging, and probably the best solution.
Has anyone gone down this road and not taken the easy way out (new hostname). Any good or bad experiences with any of these ideas? Anyone have any other ideas?
Remember Me