1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Merge pull request #402 from ravilrrr/patch-3

Разрешить чтение robots.txt
This commit is contained in:
Sergey Romanenko
2016-03-23 13:12:44 +03:00

View File

@@ -59,5 +59,10 @@ AddDefaultCharset UTF-8
Satisfy All Satisfy All
</FilesMatch> </FilesMatch>
# Allow read files.
<Files robots.txt>
Allow from all
</Files>
# Don't show directory listings for URLs which map to a directory. # Don't show directory listings for URLs which map to a directory.
Options -Indexes Options -Indexes