| Joomla : Site Content Launching the site |
The site server is set up to return the page "index.html" to a request for www.nycircuits.com.
However, if there is no "index.html" file, the server will send the "index.php" file, which is the starting page for the Joomla site we just built. All we need to do is delete or rename the index.html file and our site will be live.
(The index.php file we are talking about here is not the index.php file in the template folder that we edited before. It is an index.php file in the domain root folder. Let's take a look.)
| 1 2 3 4 5 6 7 |