What determines your home page?
From Joomla! Documentation
(Difference between revisions)
Realityking (Talk | contribs) |
m (→See also: clean up categories with <noinclude> tags) |
||
| Line 12: | Line 12: | ||
* [[How to determine if the user is viewing the front page]] (for developers). | * [[How to determine if the user is viewing the front page]] (for developers). | ||
| − | [[Category:FAQ]] | + | <noinclude>[[Category:FAQ]] |
[[Category:Administration FAQ]] | [[Category:Administration FAQ]] | ||
[[Category:Getting Started FAQ]] | [[Category:Getting Started FAQ]] | ||
[[Category:Installation FAQ]] | [[Category:Installation FAQ]] | ||
[[Category:Version 1.5 FAQ]] | [[Category:Version 1.5 FAQ]] | ||
| − | [[Category:Version 1.6 FAQ]] | + | [[Category:Version 1.6 FAQ]]</noinclude> |
Latest revision as of 16:20, 1 September 2012
![]()
![]()
Your "home" page in a traditional HTML site--the page that shows when you type mydomain.com for example--is the page in the index.html file.
Joomla! is a database-driven content management system (CMS); it does not have HTML pages, but rather assembles the pages from the MySQL database.
When you install Joomla! by default it has a menu link to the frontpage component as the home page. However, any content, component or other link can be used as the home page.
[edit] Changing the Home Page
The "page" that shows is determined by the Main Menu. Go to Menu > Main Menu. Select the item you would like as the home page and click the default icon.
[edit] See also
- How to determine if the user is viewing the front page (for developers).