Can't download some file types

R

Ron

Hello Group
I noticed since I upgraded to FP 2003, certain file extensions can no longer
be downloaded.
If the file has a .doc, .pdf, .exe it can be downloaded but if it has no
extension or other non conventional extensions, we receive the message "Page
Not Found'.
Any idea what the problem could be?
Ron
 
S

Steve Easton

Downloaded from where??

Do you mean import or copy and paste into a web, or downloaded from a server with the
browser??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
R

Ron

Steve
I mean download from a browser.


Steve Easton said:
Downloaded from where??

Do you mean import or copy and paste into a web, or downloaded from a server with the
browser??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
S

Steve Easton

Then that's not a FrontPage issue, but a server mime type issue.
A server won't "serve" an unknown mime type.

Servers have a listing of mime types that they will serve to a browser.
For example the mime type: ".htm text/html" tells the server that the
browser is requesting an html file.

If there is no mime type listed for the file extension that is being
requested, the server doesn't know how to handle the request from the
browser. Hence "page not found."

For a listing of mime types check:
http://www.iana.org/assignments/media-types/

Also a file with no "extension" will be considered a directory by the
server.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
R

Ron

Steve
Thanks.

Steve Easton said:
Then that's not a FrontPage issue, but a server mime type issue.
A server won't "serve" an unknown mime type.

Servers have a listing of mime types that they will serve to a browser.
For example the mime type: ".htm text/html" tells the server that the
browser is requesting an html file.

If there is no mime type listed for the file extension that is being
requested, the server doesn't know how to handle the request from the
browser. Hence "page not found."

For a listing of mime types check:
http://www.iana.org/assignments/media-types/

Also a file with no "extension" will be considered a directory by the
server.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
A

Arlene

So what's the solution? Is this something we have to communicate to the
tchnical people in charge of the server?

Arlene
 
S

Steve Easton

Depends upon the server type.
If Apache / UNIX with the web masters control panel you can add it yourself.
If a windows server, you will most likely need to contact your host.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
R

Ron

Arlene
Yes, I did have to communicate to the technical people in charge of the
server?
Actually, in my case, I am renting my server and was able to make the change
myself my entering the mime types.
 
Top