I am currently using slashes instead of the 'file.php?var=abc& etc.' to pass variables to my script.
It works fine on my linux machine, but on my windows machine it is giving a "premature end of headers" error. I take it as though it is trying to locate the entire directory, rather than process the file.php script.
Does anyone know of how to get the script running? (Im pretty sure its something in httpd.conf for apache but Ive cross referenced everything from the linux conf to the windows)
Thanks