.htaccess and MIME types not working in 3.1

anyone else noticed that when using a .htaccess file to determine certain mime types safari 3 ignores the .htaccess file and handles the file the way the OS would normally?
i'm hosting a bunch of 1080p .mov's and I'd prefer if they would just download when clicked on instead of trying to open in a window where they go out of frame.
i've currently got the addtype set to octetstream, and on safari 2 and firefox they both automatically start to download, but safari 3 tries to open the movie in the browser window.

I think that it is interesting to note that as I peruse the various threads dealing with 3.1 update problems the majority of complaints seem to be coming from iPhone/Mac combos; based, at least, on the posters signiture.
For my part, 64bit vista win machine and 3Gs, the update could not have been soother and the phone works better then it did; no app problems, better wi-fi conectivity, faster loading of apps and files.
I have had, though, considerable problems with Outlook sync, contacts sync and MM sync (enough so that I turned off MM except for iDisk); but most of these are known issues so just need to with it out.
Seems like Apple could have workedd this stuff out before hand, though.

Similar Messages

  • I have downloaded OS x 10.9.5 and it has not worked and my system (mimi mac the original version) doesn't allow me to see the tool bar etc?? how do I reboot it without losing everything?

    I have downloaded OS x 10.9.5 and it has not worked and my system (mimi mac the original version) doesn't allow me to see the tool bar etc?? how do I reboot it without losing everything?

    You're talking about the dock?
    To check on that, go to System Preferences > Dock > indicate your preference.
    I can get iTunes up, and safari, but i don't know how
    Not sure what you mean - if you can "get it up" - does that mean you can launch it? What do you not know?

  • Trying to embed a video file in HTML5: ERROR=No video with supported format and MIME type found?

    Hello all!
    I am desparate for a solution. I am testing my site on Firefox and Explorer and still no sign of a functional video yet.
    Firefox: I get the error: No video with supported format and MIME type found.
    Explorer: I just get a distorted layout.
    Here is the code I am working on:
    <table id="Table_01" width="480" height="801" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="6">
                <img src="images/Video_01.jpg" width="480" height="114" alt=""></td>
        </tr>
        <tr>
            <td rowspan="3">
                <img src="images/Video_02.jpg" width="52" height="486" alt=""></td>
            <td colspan="4">
               <video controls width="376" height="221">
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).mp4" type="Video/Mp4"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).webm" type="Video/WebM"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).oggtheora.ogv" type="Video/Ogg"/>
                 </video>
    Please tell me that there is something missing in the code. I have spent a lot of time uninstalling-updating Firefox plugins, added MIME types in the Internet Information Manager (I'm on Windows 7)
    and  seriuously hit a dead end with this!
    Any advice would be muchly appreciated!!!
    Thanks
    ~LA

    As Jon said, you must declare the page as HTML5.
    And your server may not be set up to deliver video as a binary file if it is an .OGG file. I have not seen this problem with .MP4 or .M4V in the past, but every server is a little different.
    To add a MIME type, you need to change your .htaccess file on an Apache server thusly:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    Additionally, MIME types can usually be changed on a server's Control Panel. One can also ask one's hosting provider to do this as well.
    Firefox makes it necessary to use OGG files. Webkit-based browsers will deal with .M4V or .MP4 and I understand Internet Exploder will work with the latter two as well.

  • How To Get FileType and MIME Type from a File

    Hi,
    I am using following ways to get FileType and MIME Type.
    I am able to get file type, but I am getting MIME Type as */*
    Can any one please let me know how to get MIME Type, but it should not be time consuming process.
    For File Type I am using following Code:
    private String getFileData(InputStream inStream) {
    fileName = C:\temp\temp.tiff
    String filePath = Util.createTempFile(fileName);
    RandomAccessFile raf = new RandomAccessFile(filePath, "rw");
    while (inStream.available() > 0) {
         byte[] buf = new byte[inStream.available()];
         inStream.read(buf);
         raf.write(buf);
    inStream.close();
    raf.close();
    File file = new File(filePath);
    JFileChooser chooser = new JFileChooser();
    String fileType = chooser.getTypeDescription(file);
    file.delete();
    //MIME Type I am getting from
    DataHandler data = new DataHandler(new DocumentSource(inStream));
    data.getContentType();
    data.getContentType() is not working well in all cases.
    Can any one help me on this.
    Thanks in advance,
    Ram.
    Edited by: javausers07 on Apr 15, 2009 4:25 PM

    javausers07 wrote:
    Hi,
    I am using following ways to get FileType and MIME Type.
    I am able to get file type, but I am getting MIME Type as */*
    Can any one please let me know how to get MIME Type, but it should not be time consuming process.
    For File Type I am using following Code:
    private String getFileData(InputStream inStream) {
    fileName = C:\temp\temp.tiff
    String filePath = Util.createTempFile(fileName);
    RandomAccessFile raf = new RandomAccessFile(filePath, "rw");
    while (inStream.available() > 0) {
         byte[] buf = new byte[inStream.available()];
         inStream.read(buf);
         raf.write(buf);
    inStream.close();
    raf.close();
    File file = new File(filePath);Why do you do all above?
    JFileChooser chooser = new JFileChooser();
    String fileType = chooser.getTypeDescription(file);
    file.delete();
    //MIME Type I am getting from
    DataHandler data = new DataHandler(new DocumentSource(inStream));
    data.getContentType();
    data.getContentType() is not working well in all cases.That's because there's no way to get MIME type of all files on all filesystems.
    Kaj

  • Image size and mime type.. non-java guy needs help

    Image size, mime type.. non-java guy needs help
    Im not at all familiar with java so this is really weird for me to work out. I?ve been doing it all day (and half of yesterday).
    Im trying to write a custom clodFusion tag in java that gets the width, height, size and MIME types of a given file. I?ve been trying to get it to work on the command line first. I can get the width and height but cant get the size and the MIME type.
    Here is what I got
    /*import com.allaire.cfx.*;*/
    import java.awt.image.renderable.*;
    import javax.media.jai.*;
    import com.sun.media.jai.codec.*;
    import java.io.*;
    import java.util.*;
    public class ImageInfo {
    private RenderedOp image = null;
    private RenderedOp result = null;
    private int height = 0;
    private int width = 0;
    private String type = "";
    private String size = "";
    public void loadf(String file) throws IOException
    file = "80by80.jpg";
    FileSeekableStream fss = new FileSeekableStream(file);
    image = JAI.create("stream", fss);
    height = image.getHeight();
    width = image.getWidth();
    System.out.println(height + "\n");
    System.out.println(width);
    System.out.println(type);
    public static void main(String[] args) throws IOException {
    ImageInfo test = new ImageInfo();
    test.loadf(args[0]);
    can anyone please help me out to modify the above so I can also print the mime type and the file size to screen.
    thanks for any help

    any suggestions?

  • Weblogic +  jnlp MIME Type not recognised

    Can anyone help, I'm trying to get JWS to run on a machine that is running a Weblogic & Apache server for a large enterprise app. I've added the jnlp mime type to both the httpd.conf & weblogic.properties file. Depending upon where the jnlp file is situated, it either is returned as xml in the case of the Weblogic dir,hte mime type not being recognised or JWS starts and then throws a text.html error, if the the jnlp file is in the Apache htdocs dir. I've read that Weblogic introduced support for jnlp but my version doesn't include it in the config file. Is there a work around or won't JWS work with early versions of Weblogic?

    same problem for me also
    i have the lines in web.xml what you said
    but the mime type is not recognized
    help me
    --parthi                                                                                                                                                                                                                                                   

  • TS1814 I have windows vista and this did not work for my ipod it still will not update PLEASE HELP!

    I have windows vista and this did not work for my ipod it still will not update PLEASE HELP!
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

    Try this:
    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • I have 2 tab panels on my website and 1 is not working

    I have 2 tab panels on my website and 1 is not working one on a templet so it shows on all pages and one for some of the pages when I upload it to my server it brakes the ones on the pages  heres an exaple
    http://ol.helpmetechteam.com this is main page
    http://ol.helpmetechteam.com/computer_repair.html this is one of the pages i need to have a tabed panle set up
    I ran the test
    http://validator.w3.org/check?uri=http%3A%2F%2Fol.helpmetechteam.com%2F&charset=%28detect+ automatically%29&doctype=Inline&group=0&verbose=1&user-agent=W3C_Validator%2F1.2
    but I dont kow how to fix the error im getting I thought the doc type was right  can any one help?
    Thank you
    Aaron Dye

    You need to add the constructor for the second TabbedPanels as follows
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2");
    Gramps

  • After downloading iOs 7 to my iPad 2 Skype application mic and video is not working? any advice?

    I downloaded iOs 7 to my iPad 2 and updated Skype app.  After this,m microphone and video are not working.  My called party is not able hear me nor see me. Any guidance from the Community?
    g.k.fromind

    After updating IOS many people have the same problem that the mic no longer works and Apple say it is a hardware problem. Rubbish! Plug in an apple earphone and then try it. (Apple earphones have 4 sections on the jack plug, must be this type.) Mic works fine so obviously it is a problem in the new IOS and this is a way around it!
    Hope this helps other people,
    Chris.

  • Cancel and Exit button not working

    Dear Experts,
    <u>Cancel and Exit button not working</u>
    I am calling a screen from inside a report program
    using SET SCREEN 9000.
    2 of the date fields(start date end date)
    on this screen are Mandatory.
    I am not able to Come out of this screen 9000 using
    CANCEL or EXIT button
    without giving a date entry in both of
    Mandatory fields (start date end date).
    Can someone help me with a solution?
    Appreciate your valuable help;
    Points assured
    Thanks,
    Aby Jacob

    Hi..
    To avoid this problem you have to use AT EXIT-COMMAND Module.
    1. In the GUI Status for both EXIT and CANCEL buttons assign the Function type E (Exit Command)
    2. In the PAI of the Screen Call this module.
       MODULE EXIT_SCREEN AT EXIT COMMAND.
    3. Now check the OK_CODE or Sy-ucomm in this module to Leave the Screen
       MODULE EXIT_SCREEN  INPUT.
           CASE OK_CODE.
          WHEN 'EXIT' .
                LEAVE TO SCREEN 0.
          WHEN 'CANCEL'.
          ENDCASE.
       ENDMODULE.
    This will surely work.
    <b>reward if Helpful.</b>

  • My macbook pro mid 2009 keyboard and trackpad is not working.

    My macbook pro mid 2009 keyboard and trackpad is not working. it was working perfectly fine a week ago and it stopped. i tried using a external wireless mouse and keyboard but only the mouse will work!! They keyboard lights up when it is booting up but when i try to sign in, nothing types or the mouse wont work. i am fine if the mouse doesnt work because i can use an external one but can someone please help me?!

    The best option is an appointment at an Apple store genius bar and have the technicians diagnose the problem.
    Ciao.

  • No video with supported formate and mime type found

    I am able to view videos on all but 1 website: http://www.start-american-sign-language.com/free-sign-language-asl1.html
    When I view that page, the video box only shows the x with "no video with supported formate and mime type found" being displayed.
    I have updated to the most recent palemoon (25.3.0) and have the following plugins installed
    DRM 9.0.0.4503
    Shockwave flash 16.0.0.305
    Silverlight 5.1.30514.0
    VLC Web Plugin 2.2.0.0
    Windows media Player Dynamic Link LIbrary 3.0.2.629
    I have cleared my cache and cookies, and am unable to view the video in question. If I go to https://www.youtube.com/html5, it indicates that I have an operable Webelement player and Web VP8, and all others are exclamation points.
    Does anyone know why I can't watch the (mp4) video(s) in question? I have turned up no viable solutions using the forums or google.
    Thanks!

    This happens when there is no support in your Windows XP version to play any of the media file formats that the website offers with the HTML5 media player (i.e. not a Flash player is used, but a video tag).
    That are MP4 files with type="video/mp4"
    *VLC shows: Codec: H264 - MPEG-4 AVC (part 10) (avc1)
    You might be out of luck on Windows XP and your only option would be to use an external media player and paste the links in its location field.

  • Sound, Restarting and Email Msgs not working

    Recently I have had problems where the sound just stops working.  The profiles are not changing and it works for awhile, but then I start to notice the red light flashing and no sound.  The only way to get it back is to do a hard reset (I've found).
    Also, my phone decides to restart a lot . . . why and how do I get it to stop?
    This morning, going into my messages folder where all my notifications go, I can click on any type of notification to see it, except for the email messages.  I click and it just does nothing.  I've already tried reseting and this has not worked.
    Please help!

    It's ok, I fixed it.
    I got an iPhone 5. Bravo to apple for making me buy another one of their products.

  • I AM USING KEYBOARD WITHOUT MOUSE AND LETTER "H" NOT WORKING

    I AM USING KEYBOARD WITH NO MOUSE AND LETTER "H" NOT WORKING
    DOES SOMEONE KNOWS WHAT CAN BE DONE.
    THANK YOU
    MARIA

    I saw this issue before where cause was a bad preference for another application.
    When I had the "can't type Shift H" problem in Entourage, it was a corrupt preference for FlightCheck, a preflighting program I use in conjuction with QuarkXPress that was the culprit.
    First determine if the problem is in your User’s folder by creating a new User in System Preferences and test for the problem there. If it goes away then you know the problem is in your User’s folder.
    Use new User to test for problems
    Let us know the results

  • Touchsmart 520-1047c Mouse and Keyboard will not work after sleep mode

    I have an issue which I need some help with. When my computer goes to sleep the wireless mouse and keyboard will not work unless I restart, however each one will wake the system up but will not operate after that. I have tried just making the display go to sleep, both go to sleep but that makes no difference same issue occurs. The only work around I have found is going into the power settings and turning the sleep mode off for booth the computer and display. This does not solve the problem it just masks it. New batteries, unplugged and replugged the dongle, updated the bios and all drivers. Don't know what else to try. Anybody know how to fix this? Thank you in advance for your help.

    Hello , Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I understand that the mouse and keyboard on your desktop computer does not work if your computer enters sleep mode, and I would be happy to assist you in this matter! To correct this issue, I recommend following the steps in this document on Troubleshooting sleep and hibernate issues (Windows 7). This should help enable your system to wake from sleep mode using your wireless keyboard and mouse. I also recommend connecting wired peripherals to diagnose the functionality of your keyboard and mouse. If your system is still not able to wake from sleep mode, please follow the steps below to restore the default power schemes on your computer: Step 1. Click the Start button
    Step 2. In the search box, type "Command Prompt"
    Step 3. Right-click Command PromptStep 4. Click Run as administrator
    Step 5. At the command prompt, type powercfg /restoredefaultschemes and press Enter  reference: http://superuser.com/questions/669571/windows-8-1-64-bit-power-schemes-gone Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards  

Maybe you are looking for

  • Custom Event Notification (email) for Approval Tasks in OIM 11g

    Hi, how to create event notification for approval tasks in OIM 11g. I mean how to send email notification to user who sholuld accept or reject approval task? best mp Edited by: J23 on 2011-05-30 04:08

  • Music/Pocast playback and "skip 30 seconds" button

    Question: When listening to podcasts, I used to take advantage of the feature where you could skip backwards 30 seconds (there was an icon below the progress bar on the "Now Playing" screen). Today, while using the iPod at work, the progress bar and

  • Shift premium

    Hi Experts, How to put Shift premium % in the field Shift premium (SCHZU) of table t508a For example Shift premium=50% In table t508a, Shift premium put as 5.000 And the PCR is TABLE 508A Read ATAB table HRS=TSCHZU Set HRS/100    Division ADDDB8004Z

  • System Information App crashes

    I have been having my System Information App crash everytime that I click the "More Info". I don't really know what to do to solve this error. Here is the crash report. I have run a hardware test and found that my RAM appeared to be bad yesterday and

  • SPS 12 Portal Runtime Error

    We are getting the error below on transactions since we applied the SPS 12.  It happens when there isn’t any activity inside of the portal for about 3-5 mins. After that time has elapsed, any transaction you click on will display this error. If anyon