Thanks for the response, halty.
Here’s exactly what I have:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule ^author/d/page(.*)$ https://dumbdomme.com/page$1 [L,R=301]
</IfModule>
Did I make a mistake somewhere else that might be affecting the rewrite?
Thanks for any insight you can provide.
Best,
D