Die kannst Du z. B. verwenden, wenn Du den Shop lokal installierst. Dann stehen die lokale Konfigurationsparameter in der /includes/local/configure.php und die /includes/configure.php kann unverändert (wie auf dem Server) bleiben. Nur hat die /local/configure.php nichts auf dem Server zu suchen.This directory contains local configuration information.
You find a file named configure.org inside this directory.
If you rename this file to configure.php it is identically the file
you build, while running the installation Program.
Use configure.org as a backup of your configuration data.
In case you rename configure.org into configure.php and hold it inside of the includes/local/
directory, it can be used to override the defaults set in includes/configure.php and includes/application_top.php
Remember to execute PHP commands the file needs to start with <?php and end with ?>
Ciao,
Mike