WordPress single page ReWrite to root directory – htaccess

Solution:

Looks like this is what is meant here.

RewriteRule ^(about)($|/) /wordpress/?p=446 [L]

This line must appear before the other RewriteRule lines.