I have a plain site that is setup to just read some small data from a database and display it on the page.
The scripts were originally setup and developed on a Linux OS but previously moved to a Windows 2K server. PHP 4.3.9 is installed on the Windows box.
The problem is, when viewing that pages with IE, they display fine. But if viewed with FireFox or equivilent, the pages want to download instead of view.
The download popup mentions "application/octet-stream"
There is no special code within the PHP files, just simple straight forward plain PHP. I can't seem to get this problem to stop so that both IE and Mozilla like browser view the files. This is a security problem ATM.
Anyone know a solution to this problem, if there is a server setting or a piece of PHP code I can use to stop this from happening.
Thanks in advance!!