|
One way it possible can be done is by having a specific skin for each redirect. In the folder for each skin (default location is "/usr/local/cpanel/base/frontend/<skin name>/"), put a file called logout.html.
In this file, as an example, put the following:
<script type="text/javascript">
window.location = 'http://www.website.com';
</script>
If you prefer you can use a meta refresh or your preferred method of redirection.
|