HEX
Server: LiteSpeed
System: Linux host.cpse42.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: ra410854 (1911)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/ra410854/public_html/wp-content/plugins/webp-express/wod/.htaccess
# Grant access to webp-on-demand.php and webp-realizer.php
<FilesMatch "(webp-on-demand\.php|webp-realizer\.php|ping\.php|ping\.txt)$">
  <IfModule !mod_authz_core.c>
    Order deny,allow
    Allow from all
  </IfModule>
  <IfModule mod_authz_core.c>
    Require all granted
  </IfModule>
</FilesMatch>