What determines your home page?
From Joomla! Documentation
(Difference between revisions)
(Changed some capitalization and wording.) |
m (→See also: clean up categories with <noinclude> tags) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{JVer|1.5}}{{JVer|1.6}}<br /> | ||
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. | 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. | ||
| Line 6: | Line 7: | ||
==== Changing the Home Page ==== | ==== 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. | + | 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. |
| − | [[Category:FAQ]] | + | ==== See also ==== |
| + | * [[How to determine if the user is viewing the front page]] (for developers). | ||
| + | |||
| + | <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]]</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).