
RewriteEngine on

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteBase //
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
RewriteCond %{HTTP_HOST} ^paleoloveco\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.paleoloveco\.com$
RewriteRule ^fall$ "http\:\/\/paleoloveco\.com\/products\/paleo\-love\-co\-s\-fall\-baking\-guide" [R=301,L]

