##

# HTTPS forced by SG-Optimizer
<IfModule mod_rewrite.c>
    
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS
# 301 --- http://tracyrepchuk.com/autoresponder => http://www.aweber.com/whattowrite.htm?id=302803
RewriteCond %{HTTP_HOST} ^tracyrepchuk\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^autoresponder$ http://www.aweber.com/whattowrite.htm?id=302803 [L,R=301]

# 301 --- http://tracyrepchuk.com/hosting => https://www.siteground.com/web-hosting.htm?afcode=08e2911c50598f97b97f0bfc7b315e1c&campaign=webhosting
RewriteCond %{HTTP_HOST} ^tracyrepchuk\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^hosting$ https://www.siteground.com/web\-hosting.htm?afcode=08e2911c50598f97b97f0bfc7b315e1c&campaign=webhosting [L,R=301]

# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

## EXPIRES CACHING ##

## EXPIRES CACHING ##
RewriteCond %{HTTP_HOST} ^tracyrepchuk\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.tracyrepchuk\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^occ$ "https\:\/\/onlineclaritycleanse\.com\/" [R=301,L]

# BEGIN Enable Gzip Compression
# The directives (lines) between `BEGIN Enable Gzip Compression` and `END Enable Gzip Compression` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# END Enable Gzip Compression
RewriteCond %{HTTP_HOST} ^tracyrepchuk\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.tracyrepchuk\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^bks$ "https\:\/\/backoffice\.beekonnected\.com\/SignUp\?search\=tracyrepchuk" [R=301,L]

## EXPIRES CACHING ##

## EXPIRES CACHING ##