Using fopen, I can access another document on another webserver. Does anybody know if there is an easy way to open remote files with POST data (or with POST data accross HTTPS)?
I have made a script that is called if the file doesn't exist, and it does a good job of guessing which file was really requested, but sometimes the script decides the requested file was a directory, and it needs to obey my DocumentIndex directives.
virtual does what I want for the most part, but flushes all the headers, and apache_lookup_uri is not very well documented.
Any help would be greatly appreciated!
Tom Brown
www.netnexus.com