geek fun
So Lori has a blog now. The link is to the left, although she doesn't even know how to access it yet. I set it up for her today, and did some other stuff in the midst of it.
I changed the HTML page redirect to one done by apache on the main website.
I did that with;
RedirectMatch ^/(.*)? http://www.disturbed.org:8888/lifetype/blog/the_game_of_life
It seems faster. I also upgraded the blog software to a new version, made the URLs more english-like, and moved it out of my home directory. If anyone sees anything odd, let me know.
The only catch was I had to redirect the XML readers to the new location with;
RedirectMatch ^/rss.php(.*)? /lifetype/rss.php?blogId=1$1
I also finally added an actual RSS link to the main page (below the links on the left).
Apache has some good stuff.. I've never done much with it, pretty powerful.
