I really have no knowledge as far as Apache/.htaccess/rewrites go... what I want to do is:
http://page.com/?redir=x - Replacing x with any URL, automatically redirects the page to that URL... for example:
http://page.com/?redir=http://website.com/ will take you to website.com.
Doing this will set the referer from all redirects to
http://page.com/?redir=x, correct?