You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2025-03-05 16:17:59

wjqwh
Member
Registered: 2025-02-19
Posts: 19

Glpi can't access

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

#2 2025-03-05 17:28:06

wjqwh
Member
Registered: 2025-02-19
Posts: 19

Re: Glpi can't access

CSRF check failed for User ID:  at /front/login.php

Offline

Board footer

Powered by FluxBB