We want to create a more general home page for people visiting our site and show them the default home page.
I can create a custom page and put all the HTML etc... in it and give it a custom URL but no idea how to force anyone not logged in to go to that page as the home page and all others goto the default home page.
At the moment we have Boonex installed in a subdirectory and have a index.html in our root but the look doesn't match exactly between the two and looks odd, so created a custom page and moved all the code from index.html into it and now it looks much better and matches the rest of the site but obviously you need to know the URL to see it.
Waffled on a bit there, so to sum up -
Not logged in - goto custom page
Logged in - goto default page
Dave