Sven Posted February 4, 2011 Share Posted February 4, 2011 Hi, I would like to send visitors/clients immediately to a login screen (clientarea.php) when they open up whmcs and don't want to use the homepage.tpl with the widgets like submit ticket, domain checker,... How do I do this properly? I already tried to add the following into homepage.tpl: <?php header('Location: 'clientarea.php'); ?> <?php header('Location: ' . $CONFIG['SystemURL'] . '/clientarea.php' . $params); ?> {include file='clientareahome.tpl'} {include file='templates/zitanaother/login.tpl'} Thank you! Cheers, Sven 0 Quote Link to comment Share on other sites More sharing options...
rodeoXtreme Posted February 4, 2011 Share Posted February 4, 2011 We did it in the htaccess file; by redirecting our whmcs/index.php to whmcs/clientarea.php. Which to works for us. Hope this helps. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.