Trying to fix my redirects--they broke
Not sure what happened. This worked for awhile.....
#RewriteEngine On
#RewriteCond %{HTTP_HOST} ^jgregorymcverry.com$ [NC]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ https://archive.jgregorymcverry.com/$1 [R=301,L];


