Misc config problems

This is a random list of problems I got and how I fixed them.

  1. Illimitux plugin in Firefox is forcing network.http.sendRefererHeader to 0 (always resetting it to 0) in order to block sending referrer when browsing, preventing some websites from working. Disable this plugin to fix the problem.
  1. Apache server: RedirectPermanent of other redirections in a .htaccess are not working if you don't enable them in the configuration with “AllowOverride All” (and not “None”).