HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/misc/cron/.htaccess
# Allow direct web access to Web cron
<IfModule mod_version.c>
        <IfVersion < 2.4>
                <Files "archive.php">
                        Order Allow,Deny
                        Allow from all
                </Files>
        </IfVersion>
        <IfVersion >= 2.4>
                <Files "archive.php">
                        Require all granted
                </Files>
	</IfVersion>
</IfModule>
<IfModule !mod_version.c>
        <IfModule !mod_authz_core.c>
                <Files "archive.php">
                        Order Allow,Deny
                        Allow from all
                </Files>
        </IfModule>
	<IfModule mod_authz_core.c>
                <Files "archive.php">
                        Require all granted
                </Files>
        </IfModule>
</IfModule>