Files
tysweld.com/wp-content/plugins/webp-express/web-service/.htaccess
2025-02-24 22:33:42 +01:00

10 lines
192 B
ApacheConf

<FilesMatch "wpc\.php$">
<IfModule !mod_authz_core.c>
Order deny,allow
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>