Forums

Plugin to create PHP Redirect Files (1 post)

  1. danwan
    Member
    Posted 2 years ago #

    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=&quot; . $_COOKIE['value1']); ?>

    Thanks for your feedback.

    Dan

Topic Closed

This topic has been closed to new replies.

About this Topic