404 on opml and password login does not work
Most likely that you don't have mod_rewrite installed or you've got 'AllowOverride None' in your apache config (this is the default for Debian/Ubuntu). You need to ensure that your apache config is set to 'AllowOverride all' so that the mod_rewrite rules in .htaccess can take effect.