diff --git a/.htaccess b/.htaccess index 3293165..31ad65c 100644 --- a/.htaccess +++ b/.htaccess @@ -59,5 +59,10 @@ AddDefaultCharset UTF-8 Satisfy All +# Allow read files. + + Allow from all + + # Don't show directory listings for URLs which map to a directory. Options -Indexes