View Single Post
  #3 (permalink)  
Old 07-03-2009, 04:33 AM
ChrisFirth ChrisFirth is offline
Registered User
 
Join Date: Apr 2008
Posts: 18
ChrisFirth is on a distinguished road
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.
Reply With Quote