|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/howardbender2/cgi-bin/ |
Upload File : |
####################################################################
# #
# URL Redirector #
# Kastle Internet Services #
# http://www.kastle.net #
# [email protected] #
# #
####################################################################
# $
# THIS PROGRAM MAY BE USED AND DISTRIBUTED FREELY PROVIDED #
# NO MODIFICATIONS ARE MADE TO THE CODE. #
# #
# Copyright (c) 1998 - Kastle Internet Services #
# All rights reserved #
# Written & Tested by Kastle Internet Services #
# [email protected] #
# #
# #
####################################################################
# DISCLAIMER: #
# #
# In no event will Kastle Internet Services be liable to the user #
# of this script or any third party for any damages, including #
# any lost profits, lost savings or other incidental, #
# consequential or special damages arising out of the operation #
# of or inability to operate this script, even if user has been #
# advised of the possibility of such damages. #
# #
####################################################################
$URLRedirector="";
if ($ENV{'SERVER_NAME'} eq 'www.school-jobs.net')
{
$URLRedirector = "http://www.school-jobs.net/jobs/"
}
if ($ENV{'SERVER_NAME'} eq 'school-jobs.net')
{
$URLRedirector = "http://www.school-jobs.net/jobs/"
}
if ($ENV{'SERVER_NAME'} eq 'www.anylanguage.net')
{
$URLRedirector = "http://www.anylanguage.net/alci/"
}
if ($ENV{'SERVER_NAME'} eq 'anylanguage.net')
{
$URLRedirector = "http://www.anylanguage.net/alci/"
}
if ($ENV{'SERVER_NAME'} eq 'www.epi-center.net')
{
$URLRedirector = "http://www.epi-center.net/home.htm"
}
if ($ENV{'SERVER_NAME'} eq 'epi-center.net')
{
$URLRedirector = "http://www.epi-center.net/home.htm"
}
if ($ENV{'SERVER_NAME'} eq 'www.epicent.com')
{
$URLRedirector = "http://www.epi-center.net/home.htm"
}
if ($ENV{'SERVER_NAME'} eq 'epicent.com')
{
$URLRedirector = "http://www.epi-center.net/home.htm"
}
if ($URLRedirector eq "") {$URLRedirector="http://www.anylanguage.net/alci/"}
1;
#########################################
# DO NOT EDIT BELOW THIS LINE #
#########################################
print "Location:$URLRedirector
Content-type:text/html\n\n";
print <<END;
<HTML>
<HEAD>
<TITLE>$ENV{'SERVER_NAME'}</TITLE>
<META HTTP-EQUIV="Refresh" Content=0;URL="$URLRedirector">
</HEAD>
<BODY>
</BODY>
</HTML>
END
;