Finally, a new theme and dropping the www
Finally, some long overdue updates here.
The old theme here was way beyond tired - I’m now using Derek’s wonderfully clean theme. I think I broke the feed for a little bit there, but it should be back up and properly redirecting to feed burner.
I also got rid of the www, so robsanheim.com is officially no-www compliant now. ‘www’ is so ‘97. The correct redirect code to drop into your .conf file follows. I noticed quite a few of the samples out there would end up with the double trailing slash problem when accessing the root url:
<pre>RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.robsanheim\.com/?$ [NC]
RewriteRule ^(.*)$ https://robsanheim.com$1 [R=301,L]
</pre>
I really do plan on writing about software here again very soon.
also: I’ve started a tumblelog over here, and I’m so late to the party that I don’t even know if they are called “tumblelogs” anymore.
Also: (not me):