I am currently using some 302 redirects to send traffic out to various affiliate websites.
I would like to test serving up an Interstitial webpage for 2-3 seconds that explains where they are being redirected, and why.
Can I somehow modify an .htaccess redirect to accomplish this? I basically just want to display this page just prior to the redirect. Or should I use a PHP redirect or some other kind?
Any suggestions greatly appreciated. Thank you.