fixitter Posted February 22, 2008 Share Posted February 22, 2008 I have an apache server set up with directory permissions and it works fine for all the files except keeps re-asking for login/password every time I try to open a .mov file. Can anyone tell me what I am doing wrong? I do have the video include setup in httpd.conf <Directory "/Users/bigtest"> Options All +Indexes +ExecCGI +Includes +MultiViews IndexOptions +FancyIndexing +ScanHTMLTitles +SuppressHTMLPreamble +NameWidth=* +DescriptionWidth=* <IfModule mod_dav.c> DAV On </IfModule> XBitHack on AllowOverride All </Directory> <Directory "/Users/bigtest/site"> AuthName "bigtest" <Limit GET HEAD CONNECT OPTIONS POST PROPFIND PUT DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK> Require user bigtest </Limit> AuthType Basic </Directory> Link to comment https://forums.phpfreaks.com/topic/92412-apache-and-mov-permissions/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.