well i have to get current URL and whole execution of the page is dependent on this info. i am using $PATH_INFO, it is working perfectly on windows nt with iis4 but when i move it to RH 7 with apache it has empty string.
i checked this form and there was a message to use $HTTP_SERVER_VARS[PATH_INFO], i have tried this thing as well but still i amm getting empty string.
any idea how to solve this peoblem ...
Haris