No, definitely SCRIPT_URL, though none of the 4 environment variables
are being set, hence the problem.
mod_rewrite usually sets 4 env variables:
SCRIPT_NAME
SCRIPT_FILENAME
SCRIPT_URL
SCRIPT_URI
See (http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#EnvVar)
I just can't work out why they're n
I've never come across SCRIPT_URL - were you thinking of SCRIPT_NAME ?On 24/09/06, Karl Orbell <[EMAIL PROTECTED]
> wrote:Hello, a server I'm working with is running:
Apache/2.0.55
PHP/5.1.2
With a lot of RewriteRules working fine.
However, sometimes I need to know what the request was before
Hello, a server I'm working with is running:
Apache/2.0.55
PHP/5.1.2
With a lot of RewriteRules working fine.
However, sometimes I need to know what the request was before processing, so I always use SCRIPT_URL - but for some reason it doesn't appear to be set. I know the Rewrites are workin