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 working, but none of the environment variables set by mod_rewrite, accessed via $_SERVER or directly by getenv are there.
Anyone else ever had this problem, or know what the cause might be?
Regards,
Karl.