Wich "action" ?
These URis are not defined in Projeqtor
I mean when I click on a button which need a php script in the tool directory (e.g. if the DocumentRoot is /var/www/html, the tool directory is /var/www/html/tool/).
For example, I go to Configuration > Administration and I click on "scan for issues", then the print.php is called, with a parameter "
&page=../tool/adminFunctionalities.php" and return an error 500 (see the screen below). But with the Firefox Administration Console, if I modify the request to "
&page=tool/adminFunctionalities.php" and send it, I have a return code 200.
Yes, Projeqtor defines Url with a relative patch.
A relative path from the DocumentRoot or from a specific file or directory ? If this is from the DocumentRoot, so the relative path "../tool/" doesn't exist in my case.
This will just redirect to configuration page.
Yes, I know. I just tried to see if this relative path could be change during the configuration process, but no.
No, there is no way to change Projeqtor behavior.
So, how can I get a working ProjeQtOr ? The behavior I have is not functional.