From: Shimmie <sh...@sh...> - 2004-01-08 09:41:23
|
Hi everyone, I've installed everything ok... but when I hit the main page, everything = comes out in garbled characters. Have a look at: http://www.scrapegoat.com/wiki/index.php Mozilla shows the characters, but IE 6 won't have a bar of it (throws an = error message). Php seems to be installed correctly because I can run other scripts just = fine (including pMachine). I've got: php4.3.2RC4 FreeBSD: 5.1 RELEASE Apache2.0.46 phpwiki 1.3.7 If I telnet directly to the port and request the file (GET = /wiki/index.php http/1.0), it works a dream and I get: crunch# telnet localhost 80 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. get /wiki/index.php http/1.0 HTTP/1.1 200 OK Date: Thu, 08 Jan 2004 09:25:32 GMT Server: Apache/2.0.46 (Unix) PHP/4.3.2RC4 X-Powered-By: PHP/4.3.2RC4 Set-Cookie: PHPSESSID=3D3a5c3e8ce10cf1d6936df82bcb6139c3; path=3D/ ETag: W/"ff3e6697e7a18b7cc5c8322fc05c1947" Last-Modified: Thu, 08 Jan 2004 06:11:36 GMT Cache-Control: no-cache Expires: Thu, 08 Jan 2004 09:25:14 GMT Vary: Cookie Connection: close Content-Type: text/html; charset=3Diso-8859-1 <?xml version=3D"1.0" encoding=3D"iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=3D"http://www.w3.org/1999/xhtml"> <!-- Begin head --> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; = charset=3Diso-8859-1" /> <meta name=3D"robots" content=3D"index,follow" /> <meta name=3D"keywords" content=3D"Home Page, ShimmieWiki" /> ... ... Please help, Thanks, Simon. |