
02-02-2010, 02:30 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,218
|
|
Quote:
~/temp>wget -v --save-headers http://www.greekwarriors.eu/
~/temp>head -20 index.html
HTTP/1.0 200 OK
Date: Tue, 02 Feb 2010 10:17:28 GMT
Server: LiteSpeed
Connection: close
X-Powered-By: PHP/5.2.12
Set-Cookie: lang=english; expires=Wed, 02-Feb-2011 10:17:26 GMT
Content-Type: text/html
Array<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="eng">
<head>
<title>Greek Warriors </title>
|
Notice this line:
Quote:
|
Array<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
There is an extra "Array", this may prevent firefox, chrome to display the page.
Please check the output of index.php, to remove the extra "Array"
|