Not Quite as Oblivious

It's Thanksgiving. I'll be heading to my mother's soon. They say it's going to be around 70 degrees today. That's creepy. I tried taking it easy this morning, but all that doing nothing was driving me out of mind. I worked on some snapshots, but I am only happy with one of them, European Sun. It's a pun, and not at all a good one.

I took a few minutes to restructure the website this morning too. I moved everything into the root folder, so you don't need to use the /oblivious bit in URLs anymore (e.g., http://sittinginoblivion.com/oblivious/etc-etc is now just http://sittinginoblivion.com/etc-etc). If you accidentally use the old directory, the server should redirect you to the right page automatically. If you're wondering how to do that with Apache, you just add something like this to an .htaccess or config file:


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^old_subdirectory/(.*)$ /$1 [R=301,NC,L]
</IfModule>

I should go; It's getting around that time. Don't neglect to write me. I need someone to walk around the city and shoot pictures with. Have a good Thanksgiving.