Centreon: [20.10] 404 not found after upgrade

Created on 2 Dec 2020  路  4Comments  路  Source: centreon/centreon

Not relevant

statunew

All 4 comments

Same issue updating from 20.04 to 20.10 ...
Redirecting on this not founded page after succesful login.

image

Resolved by changing _10-centreon.conf_
Adding that to __

RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
ErrorDocument 404 /centreon/index.html

Absolutely not the same problem.
I'm talking about ACL permission issue.

Resolved by changing _10-centreon.conf_
Adding that to __

RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
ErrorDocument 404 /centreon/index.html

It's not the same problem as OP refered, but I've got the same issue here, thanks a lot for your help, it worked perfectly ! I was searching for while...

Sorry @BenoitPoulet , I can't help you, I just upgraded my Centreon from 20.04 to 20.10, and I can't reproduce the problem.
Might be a redirect problem ? Maybe the solution is the same kind of the one provided by @adonix-dev ?

Was this page helpful?
0 / 5 - 0 ratings