You are not logged in.
Pages: 1
Hello,
glpi 10.0.18 can show logon screen, when log on, it display error like this:
The action you have requested is not allowed.
Return to previous page
What had happened?
Here is virtaul host configuration:
<VirtualHost *:8080>
ServerName glpi-cn.localhost
DocumentRoot /var/www/html/glpi/public
# If you want to place GLPI in a subfolder of your site (e.g. your virtual host is serving multiple applications),
# you can use an Alias directive:
Alias "/glpi/" "/var/www/html/glpi/"
<Directory /var/www/html/glpi/public>
Require all granted
RewriteEngine On
# Redirect all requests to GLPI router, unless file exists.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</Directory>
</VirtualHost>
Offline
CSRF check failed for User ID: at /front/login.php
Offline
Pages: 1