Hi.
I'm using a PHP file to redirect users to a different site. I have to do it that way because I have to pull a cookie information.
It works perfect. The only "problem" is, that I have to login to cpanel and create every PHP file manually.
Is there a WP plugin available which I could use to generate files with the following content:
<? header("location: http://www.google.com?value1=" . $_COOKIE['value1']); ?>
Thanks for your feedback.
Dan