You signed in with a
8000
nother tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's another issue I'd like to have adressed :
when cloning the git repository at the file root of a server, none of the files normally accessed by CGP are accessible, for example stylesheets.
When click on the monitored host, it redirects us directly on host.php, host.php being a host, which... obviously doesn't work very well.
I've found a workaround : if CGP is in no subdirectory, commenting the $CONFIG['weburl'] and adding $CONFIG['weburl'] = "";
The text was updated successfully, but these errors were encountered:
Hi again,
There's another issue I'd like to have adressed :
when cloning the git repository at the file root of a server, none of the files normally accessed by CGP are accessible, for example stylesheets.
When click on the monitored host, it redirects us directly on host.php, host.php being a host, which... obviously doesn't work very well.
I've found a workaround : if CGP is in no subdirectory, commenting the $CONFIG['weburl'] and adding $CONFIG['weburl'] = "";
The text was updated successfully, but these errors were encountered: