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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user