View Single Post
  #1  
Old 04-12-2005, 09:05 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default Redirect back to a customized page

I wrote my own page, saying client.php. I used
Code:
require $xcart_dir."/include/security.php";
in the file and so it can be accessed only after user's login. If user hits the page before login, X-cart directs user to error_message.php?access_denied&id=37. I added the Authentication box onto the error_message.php page. But after the user login successfully using the box, X-cart directs user to home.php. How can I change that and direct user back to my own page client.php?

Thanks a lot.

Jeff
__________________
version 4.1.1
Reply With Quote