Hi,
I'm sure this point has been discussed thousand of times, but does anyone
know what to do to make the $PHP_SELF working well under win2000 because in
my case,

echo $PHP_SELF

returns

php4/php.exe/path_to_my_file.php

I understood tha this piece of path (php4/php.exe) is tooken in the Apache
httpd.conf
  ScriptAlias /php4/ "C:/php4/"
line, but I don't know what to do to get the good $PHP_SELF
(www.mydomain.com/path_to_my_file.php)

Thanks a lot for helping me,
Loic

Reply via email to