.htaccess include robots.txt

This commit is contained in:
OpenXE
2023-05-24 15:44:15 +02:00
parent 5ca3a7297b
commit 1ebaa24473
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1271,6 +1271,10 @@ Allow from all
Order Allow,Deny
Allow from all
</Files>
<Files robots.txt>
Order Allow,Deny
Allow from all
</Files>
# end
');