RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^oddpla\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.oddpla\.net$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/oddpla\.net\/modernwizard\/2015\/04\/18\/life\-on\-the\-odd\-planet\/" [R=301,L]
@jnashhawkins — thanks for your reply. The code above is what was in my htaccess file, so I deleted it. The redirect still occurs, and I did not reiterate it in the past with a WP plugin.
Sounds like it might be a httpd.conf problem…?