Helpful Information
 
 

Hi everyone,

I am pretty new to coding websites and am having a problem with people using Firefox, not being able to view our pages. They see the code instead.

I am using a few scripts from here and made sure that it said that they were compatable with Firefox. I had had one that actually wasn't compatable and I changed it, but we are still having the same problem.

I am unsure of what to do at this point and don't have enough knowledge of coding to figure this out by myself.

If anyone would be so kind as to have a look at the site in question and let me know what the problems could be or if it's fixable at all, I would be ever so grateful.

The site is: www.dotfr.us

Thanks in advance.

The page the user is sent to, "index1," has no extension. This causes it to be served up without a MIME type. Internet Explorer assumes that files without MIME types are text/html; Firefox assumes text/plain. To fix the problem, just rename index1 to index1.htm.

/EDIT: Actually, the server is serving it up explicitly as text/plain. IE shouldn't see this properly. Anyway, renaming it will still work.

That's simple enough! Thank you so much for your quick reply and help.










privacy (GDPR)