make a php file and fille it with
<?
phpinfo();
?>
save the file
run it
and look at all php and apache global variables.

Unknown Sender <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]
> Andreas Pour wrote:
>
> > Hi,
> >
> > Have all server requests for domain.org point to this php script:
> >
> > <?
> > header("Location: " . ereg_replace("domain.org", "domain.net",
> > $BASE_URL));
> > ?>
>
> Andreas,
>
> Great idea, but it doesn't work.  The $BASE_URL is empty.  Looking at a
> PHP book I have, it appears that I should be using the HTTP_HOST server
> environment variable, but being brand new to PHP, I have no clue how to
> get at the variable.  Can you enlighten me?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to