InterviewSolution
| 1. |
What Determines My Homepage? |
|
Answer» Your "homepage" in a traditional HTML site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the index.html FILE. Jooma! is a database driven CMS so it does not have html pages, but rather pulls up the pieces of pages from a mysql database. This menu can be displayed anywhere and can be displayed vertically or horizontally or not at all. The menu does not even need to be PUBLISHED. When you installl Joomla! by default it has a menu link to the frontpage component as the home page. HOWEVER, any content or component or other link can be used as the "home" page. Your "homepage" in a traditional html site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the index.html file. Jooma! is a database driven CMS so it does not have html pages, but rather pulls up the pieces of pages from a mysql database. This menu can be displayed anywhere and can be displayed vertically or horizontally or not at all. The menu does not even need to be published. When you installl Joomla! by default it has a menu link to the frontpage component as the home page. However, any content or component or other link can be used as the "home" page. |
|