Tag Archives: mod_redirect

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 »