Jump to content

apache and .mov permissions


fixitter

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.