You are not logged in.
Pages: 1
Greetings!
I followed the install instructions to the letter but it appears as though URL Rewrite isn't responding as expected using the provided web.config rule.
If I root at G:\Bin\glpi\public as documented, whether the rewrite rule is enabled or disabled, no login screen, just an error:
From php-8.2.12_errors.log:
[16-Nov-2023 12:40:13 America/New_York] PHP Warning: require(/src/Http/ProxyRouter.php): Failed to open stream: No such file or directory in G:\Bin\glpi\public\index.php on line 64
[16-Nov-2023 12:40:13 America/New_York] PHP Fatal error: Uncaught Error: Failed opening required '/src/Http/ProxyRouter.php' (include_path='.;C:\php\pear') in G:\Bin\glpi\public\index.php:64
Stack trace:
#0 {main}
thrown in G:\Bin\glpi\public\index.php on line 64
If I root at G:\Bin\glpi and enable the rewrite rule (instead of G:\Bin\glpi\public), I get the login the screen, can login as glpi, but the login fields are blanked and the URL reads http://localhost/index.php?redirect=%2Ffront%2Ffront%2Fcentral.php
If I root at G:\Bin\glpi and disable the rewrite rule, I get a login screen at http://localhost/glpi
I can login as glpi and then it errors at URL http://localhost/front/front/central.php
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler php-8.2.12
Error Code 0x80070002
Requested URL http://localhost/front/front/central.php
Physical Path G:\Bin\glpi\front\front\central.php
Logon Method Anonymous
Logon User Anonymous
Offline
Pages: 1