Home : Products : Gossamer Mail : Discussion :

Products: Gossamer Mail: Discussion: Re: [narcis] avoiding domains to use some templates: Edit Log

Here is the list of edits for this post
Re: [narcis] avoiding domains to use some templates
Ah ok I got it :)

Try:

Code:
sub {
my $tags = shift;
if ($ENV{HTTP_HOST} ne '209.61.197.20') {
return '<meta http-equiv="refresh" content="5;URL=http://www.domain.net">';
}
}

As it is an IP you may need != instead of ne

I'm still not sure that is right though.

Last edited by:

RedRum: Nov 1, 2001, 12:31 PM

Edit Log: