It is strange behavior of Apache rewrite engine, described in https://issues.apache.org/bugzilla/show_bug.cgi?id=38642
basically,
rewrite rule
happens first, Apache rewrite it to /index.php?w=info,
then "add path info postfix" change it to /index.php/find-more-info.html?w=info, which is strange...