URL Rewrite when WordPress is in subdirectory

You can use this code in your .htaccess file to achieve what you want.

RewriteEngine On
RewriteRule ^\.html$ /articles/author/persons-name [L]