At 09:45 -0500 11-03-2003, Lee McIntosh wrote: >Can some Netscape users try visiting my web sites listed in my email sig? I >installed the latest version of Netscape and tried loading my site, but only >the html code is displayed. It loads just fine in Internet Explorer. And >the copy of my site on disk loads just fine in Netscape. Any ideas what >would cause this? Other users have reported the same thing =\ >Lee McIntosh
Lee, it looks like your server is sending out the wrong content type. Have you edited your httpd.conf or mime.types files in the directory/etc/httpd/ or perhaps overruled the settings therein with a .htacess file? Here is a part of the communication between iCab and your server (iCab also shows plaintext): -------------snip ------------- Thread #1151 (11-03-2003, 16:34): Connecting to wwwproxy.xs4all.nl Port: 8080 GET http://members.jmug.org:16080/~november1981/ HTTP/1.1 Host: members.jmug.org:16080 Accept: image/png, image/jpeg;q=0.9, image/pjpeg;q=0.9, image/gif;q=0.8, image/x-xbitmap;q=0.5, image/xbm;q=0.5, text/html, text/plain;q=0.8, */*;q=0.1 Accept-Language: en Referer: http://november1981.jmug.org.futuresite.register.com/? Connection: close User-Agent: iCab/2.9.1 (Macintosh; U; PPC; Mac OS X) Thread #1151 (11-03-2003, 16:34): Response: 200 Date: Tue, 11 Mar 2003 15:34:08 GMT Server: Apache/1.3.20 (Darwin) PHP/4.0.6 Cache-Control: max-age=60 Expires: Tue, 11 Mar 2003 15:35:08 GMT Last-Modified: Sun, 23 Feb 2003 22:00:44 GMT ETag: "cd3e5-46df-3e59448c" Accept-Ranges: bytes Content-Length: 18143 Content-Type: text/plain X-Cache: MISS from wwwproxy.xs4all.nl Proxy-Connection: close -------------snip ------------- The important line here is Content-Type: text/plain (third from below) which tells the browser that the file it is about to receive is plaintext, no matter what extension it has. There are also strange things happening when I enter for example a direct link to an image: http://members.jmug.org:16080/~november1981/new.gif, so perhaps the file mime.types is missing? HTH, Harold. -- http://www.haroldbakker.com Dreamweaver extensions, PHP, movies, sillyness It's here: The pet that rocks the world of Mac OS X: http://www.virtualpetrock.nl -- Mac Webmasters is sponsored by <http://lowendmac.com/> and... Small Dog Electronics has Lasso, Filemaker, and FileMaker Server on Sale! High Technology for low prices. http://www.smalldog.com Support Low End Mac <http://lowendmac.com/lists/support.html> Mac Webmasters info: <http://lowendmac.com/lists/macweb.shtml> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> List archive: <http://www.mail-archive.com/mac.webmasters%40mail.maclaunch.com/> Using a Mac? Free email & more at Applelinks! http://www.applelinks.com
