Thx for the suggestion. The links are created dynamically in php based on an ini file. Where-ever php finds in the script only the filename (myscript.php) everythings works fine if run on the local machine.
Whenever however php finds "serverpath/myscript.php" it doesn't call "localhost/myscript.php" but really "c:/.../myscript.php". Clicking then open the editor ad not the php interpreter.
I had the idea and could try to reinstall the whole php scripts putting "serverpath = localhost/" in the ini file instead of "serverpath = c:/..." but before doing this work I wanted to check whether it is probable that my problem is really located in the ini file, or whether it's an APACHE/PHP setup problem.
Any ideas? Thx
Phillip