On the page of Site Redirection add an extra "Redirect Type": "Cloaked/Masked"
Then add this to the .htaccess file:
RewriteEngine on
RewriteRule ^(.*)$ DESTINATION_URL$1 [P]
eg.:
RewriteEngine on
RewriteRule ^(.*)$ http://www.redirected.com/$1 [P]
Then add this to the .htaccess file:
RewriteEngine on
RewriteRule ^(.*)$ DESTINATION_URL$1 [P]
eg.:
RewriteEngine on
RewriteRule ^(.*)$ http://www.redirected.com/$1 [P]