NewtownGuy
Technical User
Hello,
When I try to launch IE6 and FF2 using this line:
The browsers will not automatically open my index.html.
In IE I get this:
File Download.
Do you want to save this file ?
Type: Unknown File type, <size of it>
In FF I get this:
Opening
You have chosen to open
<blank>
which is a: text/x-server-parsed-html
from
What should Firefox do with this file?
Open with...
Save to Disk
Here's the opening of my index.html file:
In IE, if I put this:
...into the URL line, the file opens fine. However, this same approach will not open the file in FF.
How can I code my index.html file so these browsers will automatically open it ? Or, is there anything I need to change in the setup of my Apache 2 HTTP server ?
Thank you.
-- NewtownGuy
When I try to launch IE6 and FF2 using this line:
Code:
[URL unfurl="true"]http://IPAddress:8000[/URL]
The browsers will not automatically open my index.html.
In IE I get this:
File Download.
Do you want to save this file ?
Type: Unknown File type, <size of it>
In FF I get this:
Opening
You have chosen to open
<blank>
which is a: text/x-server-parsed-html
from
What should Firefox do with this file?
Open with...
Save to Disk
Here's the opening of my index.html file:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<title>TITLE</title>
</head>
<body>
In IE, if I put this:
Code:
[URL unfurl="true"]http://192.168.192.94:8000/index.html[/URL]
...into the URL line, the file opens fine. However, this same approach will not open the file in FF.
How can I code my index.html file so these browsers will automatically open it ? Or, is there anything I need to change in the setup of my Apache 2 HTTP server ?
Thank you.
-- NewtownGuy