![]() |
|
|||||||
| General software and network General OS-independent software and network questions, X11, MTA, routing, etc. |
|
|
Thread Tools | Display Modes |
|
|||
|
I'm running a small C test app that just prints out environment variables. It prints out REMOTE_ADDR but PATH_INFO is null and PATH_TRANSLATED is empty. Essentially, this is all it is.
#include <stdlib.h> #include <stdio.h> int main(void){ char* status; status=getenv("PATH_INFO"); printf("%s",status); } |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mod_rewrite and path_info problem | drhowarddrfine | General software and network | 1 | 7th May 2008 04:25 PM |