here is my problem: i have a popup that only pops up if the user is not logged in. but if using firefox or netscape the popup still comes up but it's only got the html in it. works great in IE.?? what should i do to make it display in all browsers? view it here: http://www.4freeforums.com/wp-forum.php
what browser you guys using? because i just tested it in netscape and i get a 404 but others it loads....?
FYI: The applicable standard for http/1.1 is found in "Request for Comments: 2616". Which quite clearly states, emphasis added. The .tpl extension would normally cause the web server to use the common default MIME type text/plain, which yours surely does. Note the Content-Type: text/plain response header. Your problem lay hidden when using IE as your test bed, a notably Bad Idea. IE quite wrongly ignores the response header. If the document looks like html, which yours does, it will treat it as text/html despite the rules. Just one more reason to use a good browser as your test bed. IE is not a good browser. cheers, gary
kk5st thanx for the info, very interesting, ya i am not a big fan of ie but for some reason my sites always work great with it, firefox is my choice and normaly ok, but netscape, i hate netscape can never figure out why some things don't work. thanx again!