1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Разрешить чтение robots.txt

иначе индексироваться будет все подряд.
This commit is contained in:
ravilrrr
2016-03-14 17:19:01 +04:00
parent 7e30f636b6
commit 5eda2a43c4

View File

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