> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-de/admin-anleitung/global_features/multi-url/installation.md).

# Einbau

Um den Multi-URL-Modus zu konfigurieren, benötigen Sie

* Zugriff auf die Konfiguration Ihres Webservers
* Zugriff auf die Definition Ihrer Domainnamen
* Zugriff auf die Chamilo-Konfigurationsdatei

Der Installationsprozess ist wie folgt

* aktualisiere *app/conf/configuration.php*, indem du den Kommentarmarker vor der Zeile entfernst: *$\_configuration \['multiple\_access\_urls'] = true;* (und stelle sicher, dass es auf true gesetzt ist)
* fügen Sie ServerAlias-Anweisungen in den VirtualHost Ihres Apache hinzu (siehe unten)
* Definieren Sie Domänennamen (DNS), damit sie auf Ihren Server verweisen
* \[veraltet] füge die Zeile “1,1” in deiner *access\_url\_rel\_user* -Tabelle hinzu (diese Zeile ist nicht mehr erforderlich, beginnend mit Chamilo LMS 1.9).
* Gehe zur Chamilo-Admin-Seite und folge dem Link *Mehrere URL-Portale*
* Definieren Sie Ihre Haupt-URL neu (ersetzen Sie *localhost*) und fügen Sie die gewünschten Unterportale hinzu, fügen Sie dann jeweils einen lokalen Administrator hinzu und aktivieren Sie ihn

![](/files/-LH9DDPHEnv22n5_H8Ad) Illustration 83: Verwaltung - Multi-URLs

Für zwei verschiedene Multi-URLs und eine administrative, basierend auf der Domain *campusabc.com*, würde der VirtualHost ungefähr so aussehen:

```
ServerAdmin webmaster@campusabc.com
DocumentRoot /var/www/campusabc.com /
ServerName admin.campusabc.com
ServerAlias pepsi.campusabc.com
ServerAlias cocacola.campusabc.com
... other host settings here ...
```

Vergessen Sie nicht immer zu bedenken, dass Ihr erstes Portal ein generisches Portal, ein Verwaltungsportal sein wird. Sie sollten es vorzugsweise nicht für den direkten Zugriff von Studenten verwenden. Deklarieren Sie etwas wie Admin. \[domain-name] als erster Host, und deklarieren Sie dann die URLs, die Sie wirklich verwenden werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-de/admin-anleitung/global_features/multi-url/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
