@Brandon_Wertz wrote: @rclark wrote: Yes you can. You can use the block page to run a script that will re-direct the traffic to another site. Isn't that what @Raido_Rattameister already commented above? "Theoretically you can also do some tricks with response pages and Javascript redirect but this is quite hack already." With this "hack"/javascript on the response page you can do great things: URL redirects and even specific redirects based on categories or specific URLs Different response page content based on sourceuser/URL category/website Display the response page in different languages based on the users browser langiage settings Redirect any access to the RP to a custom webserver and pass along all the attributs like user, category, ... to do some more statistics there (requires custom webserver implementation) Create a form on the RP where a user could directly open a ticket in case of wrong category (requires jquery) ...
... View more