I want to create a static front page for anonymous users, and everyone else to see before they sign in. Then once they sign in, I want users to go to a page like the default main page before using the front_page module that shows teasers of the latest updates.

I can get the static front page with the module no problem. But every time I try to figure out what to put in for aunthenticated users, I put something wrong and either get a page not found or lock myself out of the system altogether.

Does the default main page have a page name I can redirect to? How does that redirect work? Or do I need to code a new page to do the same thing in the module itself? *Gulp*

Thanks for any help.

Comments

klcthebookworm’s picture

I wasn't using "redirect" right. I've got it fixed now.