We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This section describes the Inbound rewrite rules.
Rewrite Module must already be installed.
The following lines of the configuration file must be modified:
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /app.php [QSA,L]
Into
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /glpi/app.php [QSA,L]
The correct setting is already included into the web.config file delivered by our own release
See the Nginx setting page, as it is already included