drupal-commons

How to create a custom front page redirect for anonymous user?

I have a web site at what-i.com that uses Drupal Commons profile. I have created a custom theme called 'whati' and placed it in /sites/all/themes folder. My page-front.tpl.php is supposed to drive my front page. It has an if-else statements for 2 scenarios: logged in and non-logged in users. For logged in users, everything works great:...