OK please bear with me here.
I have w2k, apache2, php4.3.0, mysql4 setup and running very happily.
I have my main server and on the same server I have several virtual hosts.
Now onto my problem.
I can execute a simple script in the virtual host root dir, I have phpBB forums running in a sub dir of main server doc root.
But I quite simply can not get a script called from a html form to work in the vhost.
I know the script is fine as it works in main server doc root and if I change my php.ini file to vhost1 doc_root then it works ok (but of coures then the forums fail).
the html form passes params to the script, but on using this in the vhost1 doc_root I get a 404 not found error.
the script is not hardcoded and the files it requires are in the same dir as the script itself.
upon completion the script outputs a png image.