[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Problems reading .htaccess in symlinked directory

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Sat Aug 22 15:43:29 PDT 1998
State-Changed-Why:
Your OS is saying that the filename for the htaccess file
is too long.  This is a limitation of your OS; there is nothing
Apache can do about it.  The only reason it worked before
is that Apache silently ignored such errors.  That isn't correct
behaviour, so it doesn't ignore them any more.

You can disable reading htaccess files by setting
"AllowOverride none" for that directory, but since the OS
is saying the path is too long, you probably won't be able to access
any files with names longer than ".htaccess" in that directory.
Release-Changed-From-To: 1.31-1.3.1
Release-Changed-By: marc
Release-Changed-When: Sat Aug 22 15:43:29 PDT 1998

Reply via email to