Viewing 1 replies (of 1 total)
  • Hi jplun,

    You can use this code in the begining of your event-single.php file:

    <?php
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.google.com/index.html");
    exit;
    ?>

    but this is permanently redirecting all of the events.

    Can you tell me what exactly you want to do?
    Do you want to use permanently redirect 301 or temporary redirect 307?
    How do you do this now? With the plugin or maybe by mod_rewrite?

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Remove Instance IDs Entirely’ is closed to new replies.