in reply to case of the missing SCRIPT_URI and SCRIPT_URL

If I recall, apparently SCRIPT_URI and SCRIPT_URL are added by mod_rewrite, so if that's not enabled, you don't get those env's.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: case of the missing SCRIPT_URI and SCRIPT_URL

Replies are listed 'Best First'.
Re: Re: case of the missing SCRIPT_URI and SCRIPT_URL
by markjugg (Curate) on Apr 06, 2001 at 18:35 UTC
    Your right! You get the golden duck award. (I only give out this virtual award in very special cases). With your pointer, I found the documentation here to verify and explain it.

    update: This page explains what the normal CGI environment variables are for.

    -mark