PC Review


Reply
Thread Tools Rate Thread

Can't download some file types

 
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      13th Feb 2006
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

 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      13th Feb 2006
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


"Ron" <(E-Mail Removed)> wrote in message
news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      14th Feb 2006
Steve
I mean download from a browser.


"Steve Easton" wrote:

> 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
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
> > 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
> >

>
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      14th Feb 2006
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




"Ron" <(E-Mail Removed)> wrote in message
news:3294556C-AD51-45A1-A3CA-(E-Mail Removed)...
> Steve
> I mean download from a browser.
>
>
> "Steve Easton" wrote:
>
>> 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
>>
>>
>> "Ron" <(E-Mail Removed)> wrote in message
>> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
>> > 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
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      14th Feb 2006
Steve
Thanks.

"Steve Easton" wrote:

> 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
>
>
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:3294556C-AD51-45A1-A3CA-(E-Mail Removed)...
> > Steve
> > I mean download from a browser.
> >
> >
> > "Steve Easton" wrote:
> >
> >> 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
> >>
> >>
> >> "Ron" <(E-Mail Removed)> wrote in message
> >> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
> >> > 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
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?QXJsZW5l?=
Guest
Posts: n/a
 
      19th Feb 2006
So what's the solution? Is this something we have to communicate to the
tchnical people in charge of the server?

Arlene

"Steve Easton" wrote:

> 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
>
>
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:3294556C-AD51-45A1-A3CA-(E-Mail Removed)...
> > Steve
> > I mean download from a browser.
> >
> >
> > "Steve Easton" wrote:
> >
> >> 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
> >>
> >>
> >> "Ron" <(E-Mail Removed)> wrote in message
> >> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
> >> > 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
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      19th Feb 2006
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



"Arlene" <(E-Mail Removed)> wrote in message
news:A45616C7-22FE-4AEE-AF92-(E-Mail Removed)...
> So what's the solution? Is this something we have to communicate to the
> tchnical people in charge of the server?
>
> Arlene
>
> "Steve Easton" wrote:
>
>> 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
>>
>>
>>
>>
>> "Ron" <(E-Mail Removed)> wrote in message
>> news:3294556C-AD51-45A1-A3CA-(E-Mail Removed)...
>> > Steve
>> > I mean download from a browser.
>> >
>> >
>> > "Steve Easton" wrote:
>> >
>> >> 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
>> >>
>> >>
>> >> "Ron" <(E-Mail Removed)> wrote in message
>> >> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
>> >> > 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
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      19th Feb 2006
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.



"Arlene" wrote:

> So what's the solution? Is this something we have to communicate to the
> tchnical people in charge of the server?
>
> Arlene
>
> "Steve Easton" wrote:
>
> > 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
> >
> >
> >
> >
> > "Ron" <(E-Mail Removed)> wrote in message
> > news:3294556C-AD51-45A1-A3CA-(E-Mail Removed)...
> > > Steve
> > > I mean download from a browser.
> > >
> > >
> > > "Steve Easton" wrote:
> > >
> > >> 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
> > >>
> > >>
> > >> "Ron" <(E-Mail Removed)> wrote in message
> > >> news:1858C7A5-3C3B-4006-B2AF-(E-Mail Removed)...
> > >> > 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
> > >> >
> > >>
> > >>
> > >>

> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I hide unused file types from file types list in save dial Estra Q Microsoft Excel Misc 1 17th Dec 2009 12:36 PM
Some File Types pulled from Image field corrupted when using Response.BinaryWrite() to download... Charlie@CBFC Microsoft ASP .NET 1 13th May 2005 05:32 PM
Download problem only with certain file types =?Utf-8?B?Q0NyYWluNjE4?= Windows XP Internet Explorer 0 18th Apr 2005 03:40 PM
File download box will not open, even after changing options in File Types window =?Utf-8?B?TWlzdGVyIEI=?= Windows XP Internet Explorer 1 16th Mar 2004 01:41 AM
Most file types changed to image file types James Windows XP Customization 3 20th Sep 2003 02:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:27 PM.