Is it possible using .htaccess or other apache powers to set a custom server value in the php array $_SERVER.
for example
if($_SERVER[\'is_special\']
Try the SetEnv directive:
SetEnv is_special foobar