php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11841 MSIE tries to download file when you hit domain alias
Submitted: 2001-07-02 13:11 UTC Modified: 2001-07-02 14:04 UTC
From: anrkngl at lowmagnet dot org Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: LNX 2.2.19 Slack
Private report: No CVE-ID: None
 [2001-07-02 13:11 UTC] anrkngl at lowmagnet dot org
When I hit my site normally: http://lowmagnet.org, all is ok, and it brings up my first page. When I hit my site with its "www." alias (from DNS level) IE tries to download the file. I'm not certain why it would do this, because most other browsers handle this correctly. My mime.types file:

text/html                       html htm php

My httpd.conf:

DirectoryIndex index.php index.html index.shtml   
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

My PHP.ini:

default_mimetype = "text/html"

Like I said, if you point at a specific directory under either DNS registry, no worries. If you point to the root on the www. spec, it doesn't seem to send the right mimetype. I figure if it's working everywhere but that one place it's probably config. I just want to eliminate suspects. Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-02 13:26 UTC] derick@php.net
Works fine from here with both NS 4.77 and IE 5.00.2314.1003
Which version of IE are you using? However, this can't be no problem with PHP I think.

Derick
 [2001-07-02 13:52 UTC] anrkngl at lowmagnet dot org
I'm using MSIE 5.5. Opera 5.11 works fine with the document, as does lynx. It appears that the way my site is set up, hitting http://www.lowmagnet.org will not suffice. Is there a workaround? perhaps a redirect like the below:

httpd.conf:
DirectoryIndex index.html index.php index.shtml   

index.html:

<meta http-equiv="refresh" content="0; URL=http://www.lowmagnet.org/index.php">

Would work. I just don't like kludges such as these. If only IE would listen to the mimetype. But still, why is this happening only on my system? I'm going to run a recording in loadrunner to see if it can pull across the headers..

 [2001-07-02 13:59 UTC] anrkngl at lowmagnet dot org
Apparently my browser was on crack. I've been rebooting several times to make sure it wasn't browser related, and after running it through loadrunner, it worked fine. Chalk it up to a bad proxy or something.. ..
 [2001-07-02 14:04 UTC] derick@php.net
Lets blame it on MicroSoft :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC