You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/10/28 23:54:31 UTC

DO NOT REPLY [Bug 50176] New: Apache Tutorial: .htaccess files Troubleshooting section misleading to diagnose AllowOverride None

https://issues.apache.org/bugzilla/show_bug.cgi?id=50176

           Summary: Apache Tutorial: .htaccess files Troubleshooting
                    section misleading to diagnose AllowOverride None
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: chealer@gmail.com


The Troubleshooting section of the .htaccess page at
http://httpd.apache.org/docs/trunk/howto/htaccess.html#troubleshoot contais:


When you put configuration directives in a .htaccess  file, and you don't get
the desired effect, there are a number of things that may be going wrong.

Most commonly, the problem is that AllowOverride is not set such that your
configuration directives are being honored. Make sure that you don't have a
AllowOverride None in effect for the file scope in question. A good test for
this is to put garbage in your .htaccess file and reload. If a server error is
not generated, then you almost certainly have AllowOverride None in effect.


In fact, a server error is not generated on reload, but when trying to access
the directory where AllowOverride None would be set. I had fixed my
AllowOverride problem, but as I didn't get any error, I thought I didn't.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50176] Apache Tutorial: .htaccess files Troubleshooting section misleading to diagnose AllowOverride None

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50176

Rich Bowen <rb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bugs@httpd.apache.org       |docs@httpd.apache.org

--- Comment #1 from Rich Bowen <rb...@apache.org> 2010-10-29 11:07:52 EDT ---
Moving docs bugs to docs@httpd.a.o ownership.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org