Forums

Conditional redirect with http header (1 post)

  1. roar
    Member
    Posted 1 year ago #

    Is there a plugin that would allow me achieve an effect similar to this?:

    if(!isset($_COOKIE['mycookie'])) {
        header('Location: http://www.othersite.com');
    }

    I am using the suffusion theme and according to the author, this needs to be solved with a plugin.

Topic Closed

This topic has been closed to new replies.

About this Topic