I'm running php as a cgi and trying to have my phpmyadmin work. I know i need to add the path to the command interpreter to any indipendent php file to get it work.
Which files i need to add it? Most files will be executed as included so to those i dont need to add. Is there a script for it, maybe a setting somewhere?
I added it allready to the index.php, and now i get three internal server errors instead of just one
I've browsed through lot of stuff related to phpmyadmin, but the documentation is obsolete in this matter.