
AMDG Eric Niebler wrote:
On 3/16/2010 2:41 PM, Steven Watanabe wrote:
Eric Niebler wrote:
http://boost-sandbox.sourceforge.net/libs/proto/doc/html/index.html
The error says: "3. Error notes: Server unable to read htaccess file, denying access to be safe"
The permissions on the html directory appear to be wrong:
drwxrwx--- 8 140343 users 7168 Mar 16 02:38 html
Most other directories appear to be drwxr-xr-x
Hrm, OK. Two more questions:
(1) How did you determine this? I haven't figured out how to browse the directories there.
I used ssh following the directions at http://sourceforge.net/apps/trac/sourceforge/wiki/Shell%20service
(2) How do I fix it?
If you're the owner, you should be able to chmod it. You could also do this in the rsync command using the chmod option: -p --chmod=D755,F644 I think. In Christ, Steven Watanabe