I've published my two layouts, Phone and Tablet, to a folder called /help. When I link to /help/index.htm, that index file is supposed to "sniff" to determine which layout to present. From the tablet, i get /help/android_tab/homepage.htm which is the first page of my project. From the phone, I get /help/android_phone/Android/welcome_to_android.htm, which is my Default Topic, and already three pages in from what homepage.htm should show. From what I've read and understand here, the /help/index.htm file should feed through to /help/android_phone/homepage.htm. When I look at the folders, android_phone has no homepage.htm file in it. So two questions:
1. Where is the /android_phone/homepage.htm file?
2. How does it end up at the Default Topic if it should be going through the /help/index.htm? If the homepage.htm file is not there, it should give a Page Not Found error, not actually end up on a page.
Thanks in advance,
Helen