<meta HTTP-EQUIV="REFRESH" content="0; url=http://affiliatelink.com">
Just add this into the box:
Code:<meta HTTP-EQUIV="REFRESH" content="0; url=http://affiliatelink.com">
Don't worry about the tags. They are meant as shortcuts. Where I put affiliatelink just add whatever you want.
# 404 Redirects
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/?(.*)$ /index.php?url=$1 [L]