Apache’s mod_rewrite is a beast. The opening lines of documentation admits it before you even get started. It’s very powerful, but sometimes hard to wrap your head around what’s going on. Today I needed to dynamically point a request to a folder depending on what the %{SERVER_NAME} is. After reading a bit of documentation, I’ve [...]
Archive of entries posted on June 2008
Blog Addendum
In my first blog entry I said that this blog was all about my quest to learn python. Well today I was thinking that if that were the case, I should have registered jodymickeysquesttolearnpythonandnothingelse.com But I didn’t, and that would be silly. So instead, I am going to make the python quest a project of [...]
Bloggin’
I want to learn the programming language Python. I need a project, and for once I’d like to document my learning experience so I can look back later, and in case someone is bored enough to follow along. My first idea was to do both in one swoop: write some simple blogging code and document [...]