For some reason, after the site was being attacked by a malware, all URLs starting with /user/*
, including /user
and /user/*/edit
, would redirect to some advertisement page. now they are returning a blank page. I have tried enabling error reports display but nothing shows up on the screen — Just WSOD. I get File does not exist: /var/www/user
though on the apache error log.
Maybe I can do a mod rewrite directly on .htaccess to target /user/
URLs?