Difference between revisions of "Where are the web pages?"

From Joomla! Documentation

(New page: If you are coming from a traditional website made up of separate html pages, you may well wonder where the pages are. In Joomla! almost everything that you would normally think of as a we...)
 
m (Added links)
Line 1: Line 1:
If you are coming from a traditional website made up of separate html pages, you may well wonder where the pages are.
+
If you are coming from a traditional website made up of separate HTML pages, you may well wonder where the pages are.
  
 
In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.
 
In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.
Line 7: Line 7:
 
One exception is that your images are usually stored in the images directory and not the database.
 
One exception is that your images are usually stored in the images directory and not the database.
  
Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called phpAdmin. This will allow you to view your database.
+
Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called [http://www.phpmyadmin.net/ phpMyAdmin]. This will allow you to view your database.
  
For a short tutorial on converting a static HTML web site to Joomla!, see How to Convert an existing Web site to a Joomla! Web site.
+
For a short tutorial on converting a static HTML web site to Joomla!, see [[How to Convert an existing Web site to a Joomla! Web site]].
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]

Revision as of 12:34, 17 May 2010

If you are coming from a traditional website made up of separate HTML pages, you may well wonder where the pages are.

In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.

Then when your site is viewed, Joomla! calls up different items from your database and puts them together to make what is displayed to the user.

One exception is that your images are usually stored in the images directory and not the database.

Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called phpMyAdmin. This will allow you to view your database.

For a short tutorial on converting a static HTML web site to Joomla!, see How to Convert an existing Web site to a Joomla! Web site.