Thanks.php redirect

Discussion in 'Troubleshooting' started by vantagestudios, Sep 27, 2007.

  1. vantagestudios

    vantagestudios New Member

    Joined:
    Jun 19, 2007
    Messages:
    9
    Hey,

    After the User Agreement section during the signup process, the user is redirected to a thanks.php page.

    Where is the code that directs you to thanks.php?

    I've seen it somewhere before, but i can't seem to find it anymore.

    Thanks,

    Matt
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This is not recommended to change that url.
    The better way is to modify thanks.html template or make redirect in thanks.php remove this:
    $t->display("thanks.html");
    add this:
    header("Location: /url/");

Share This Page