We've noticed an error in the install instructions. If you're using nginx you should check your config file. If it contains
error_page 404 = /404.php;
Then you should update that so it reads
error_page 404 = /rompr/404.php;
and then restart nginx