RedHat Enterprise Linux 3.0

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search

Noted by Nick Mattin as a comment [here]:

{quote} KT3 and Apache2 on Redhat Enterprise 3

KT3 uses the PATH_INFO environment variable to pass parameters to PHP that actually look like a path, so, for example you get

/kt/admin.php/principals/users

where /principals/user are actually parameters to admin.php. By default Apache2 does not always set $PATH_INFO and this will result in a 404 error (typically something like: The requested URL /knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/admin.php/principals/users was not found on this server.)

The solution is to explicitly turn on PATH_INFO setting in the Apache2 config file using

AcceptPathInfo On

this forces $PATH_INFO to be correctly set. {quote}

Personal tools