Tag Archives: lighttpd

Simplify Dropbox URLs with Lighttpd

Some time ago I posted on how to simplify your dropbox URLs by using .htaccess files within Apache web server. Now that I’ve switched to Lighttpd I needed to find the equivalent. Here is what I came up with: ## dropbox redirection server.modules += ( “mod_redirect” ) $HTTP[“url”] =~ “^/dropbox/(.*)” { url.redirect = ( “^/dropbox/(.*)”… Read More »

Server Migration Complete

Well it appears that the server migration is complete, and so far I am very happy with the results.  First of all, I don’t think there was much downtime, if any at all.  The only oddity that I encountered was regarding DNS propogation, and there is only so much you can do about that.  Here… Read More »