Skip to content

5 file structure

robiso edited this page Jan 3, 2018 · 2 revisions

5 file structure

  • index.php - core file
    • contains most of the functionality, about 50 functions
    • view index.php
  • database.js
    • database file, gets created the first time you visit your website
    • check out how the default database looks like
  • htaccess
    • takes care of clean URL's, denying access to database.js, disabling directory/file listing and server signature
    • view htaccess looks like
  • theme.php
  • style.css
    • default theme styles
    • view the default style.css
Clone this wiki locally