Apache Web Server, Forbidden Error
17/04/2015
etc
Problem: Apache Web Server announces that Forbidden Error
, given that developers configure Allow
and Deny
directory with no mistake
Reason: A lack of Indexes
for files in directory.
Solution: Add option Indexes
in directory tag <Directory>
Example: The following configuration causes forbidden error
The following configuration solve the problem