feel free to keep it strictly simple...

removal of pages folder

In case you don't want to use the pages folder, it is possible to store the pages in the root directory.

1. New Installation

  1. Delete the default page.
  2. Go to Settings > Server settings in the backend and delete the entry "page" from "pages directory".

2. Installation with existing pages

  1. Backup your files and database!
  2. Go to Settings > Server settings in the backend and delete the entry "page" (or whatever it was renamed before) from field "pages directory".
  3. Connect to your server via FTP an move all pages files and folder (without the index.php) to the root directory.
  4. Open all access files (php files of the pages) an delete one set of "../" from the link to the index.php file. Save and upload.
  5. Open database via phpmyadmin. Check if there are any occurrences of the old path, e. g. "/page/pagename.php", left and change to "/pagename.php".