comptech520
11-08-2008, 09:34 PM
Hello,
After my form is submitted, it gets redirected to a thank you page. The header of that page is listed below, When it redirects, IE says the page can not be found
Any ideas on this one?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $website_title;?></title>
<link href="<?php echo $website_URL;?>css/import.css" type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Refresh" content="6; url=http://www.mydomain.com/">
</head>
After my form is submitted, it gets redirected to a thank you page. The header of that page is listed below, When it redirects, IE says the page can not be found
Any ideas on this one?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $website_title;?></title>
<link href="<?php echo $website_URL;?>css/import.css" type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Refresh" content="6; url=http://www.mydomain.com/">
</head>