Dayna
02-24-2010, 06:40 PM
Hi everybody. I am getting something really strange on my site that is taking an index.html with the redirect in it and turning it into a text. Here is what I uploaded and saved.
<html>
<head>
<title>Brokewn Sound Entertainment, LLC</title>
<meta http-equiv="REFRESH" content="0;url=http://www.brokensoundentertainment.com/e107"></head>
</html>
When I go to the main page expecting it to redirect it shows the code in a body of the page. After looking at the source it seems to be adding a whole lot more to it.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.25">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 14.0px 0.0px; font: 14.0px Arial}
span.s1 {font: 14.0px 'Lucida Grande'}
</style>
</head>
<body>
<p class="p1"><html><span class="s1"><br>
</span><head><span class="s1"><br>
</span><title>Brokewn Sound Entertainment, LLC</title><span class="s1"><br>
</span><meta http-equiv="REFRESH" content="0;url=http://www.brokensoundentertainment.com/e107"></head><span class="s1"><br>
</span></html></p>
</body>
</html>
I am not sure how to fix this. Never seen this before. I am thinking maybe a file somewhere. The site was originally built using Dreamweaver CSS template. So that may explain something. Anyways I would appreciate any help with this.
<html>
<head>
<title>Brokewn Sound Entertainment, LLC</title>
<meta http-equiv="REFRESH" content="0;url=http://www.brokensoundentertainment.com/e107"></head>
</html>
When I go to the main page expecting it to redirect it shows the code in a body of the page. After looking at the source it seems to be adding a whole lot more to it.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.25">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 14.0px 0.0px; font: 14.0px Arial}
span.s1 {font: 14.0px 'Lucida Grande'}
</style>
</head>
<body>
<p class="p1"><html><span class="s1"><br>
</span><head><span class="s1"><br>
</span><title>Brokewn Sound Entertainment, LLC</title><span class="s1"><br>
</span><meta http-equiv="REFRESH" content="0;url=http://www.brokensoundentertainment.com/e107"></head><span class="s1"><br>
</span></html></p>
</body>
</html>
I am not sure how to fix this. Never seen this before. I am thinking maybe a file somewhere. The site was originally built using Dreamweaver CSS template. So that may explain something. Anyways I would appreciate any help with this.