I have been asked to verify this domain for MS Teams by uploading a .txt file to the root directory (not amending the DNS with a txt record as I would normally) - when attempting to access this file for verification purposes, it returns a 403 forbidden error.
I have included the following code within the .htaccess file, which makes no difference:
<Files "ms47008770.txt"> Order allow,deny Allow from all </Files>
Have I missed something within the configuration of Admon Tools that would force this restriction?