Should I block Baidu?

Well, I am for now.
I noticed Baidu pretty much on a forum of mine 24/7, but I didn’t recall ever seeing them show up in the referrer logs.  Over the past year, across the sites on my server, they’ve made almost 35,000 requests for pages; chewed up 337 megs of bandwidth, admittedly not a big [...]

Enable mod_rewrite on Ubuntu

Looks like Apache2 is installed in Ubuntu with mod_rewrite, but it's disabled by default.  Fortunately a quick drop to the terminal followed by restarting Apache2 and it's fixed.
PLAIN TEXT
CODE:

sudo a2enmod rewrite