

# BEGIN YOURLS
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{HTTP_HOST} youhl\.co [NC]
RewriteCond %{REQUEST_URI} ^/$
Rewriterule ^(.*)$ http://www.yourhealthandlongevity.com/ [L,R=301]

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /yourls-loader.php [L]
</IfModule>
# END YOURLS

