View Single Post
  #7  
Old 08-31-2004, 01:06 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Not ideal, but you could always do a redirect.

Open up customer/home.php and at the very top put:

Code:
<? if (!$cat) { header("Location: http://www.domain.com/yourpage.html"); exit; } ?>
Reply With Quote