User Documentation link
Posted: 24 Mar 2006, 17:27
I've copied the Mantis user documentation to a "manual" sub-directory in the "mantis" directory on my local server, and I've changed the relevant line in config_inc.php to:
$g_manual_url = $g_absolute_path . 'manual' . DIRECTORY_SEPARATOR;
but now the User Docuentation link points to:
file:///c:/inetpub/wwwroot/mantis/manual/
which works if I'm on the server, but if I'm on a client accessing the system via the network, it tries to find the files on my local client machine.
How do I get it to find the files on the Mantis server?
Thanks - Rowan
$g_manual_url = $g_absolute_path . 'manual' . DIRECTORY_SEPARATOR;
but now the User Docuentation link points to:
file:///c:/inetpub/wwwroot/mantis/manual/
which works if I'm on the server, but if I'm on a client accessing the system via the network, it tries to find the files on my local client machine.
How do I get it to find the files on the Mantis server?
Thanks - Rowan