INTERTEXTrEVOLUTION

Make.Hack.Play.Learn

← Post archive

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];

By Greg McVerry · Permalink · Original Known URL