Install Layout > main

An alahup! install looks like this :

  • .htaccess

  • manager.php

  • caches

  • engine

  • sites

  • sites_db

  • sites_templates

A single alahup! install can manage several web sites.

In some places, you will find some files with a .local.ini or .prod.ini suffix (or .local.xml / .prod.xml).

The engine can run in two modes : local and production. This is defined in engine/_config.ini file.

In local mode, .local.... configuration files are used.

In production mode, .prod.... files are used.

Having two versions lets you keep both local and production configurations (which are likely to be different) in the same place.

Thus, a single project works both locally and on the production server.