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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.