gan-compression / .htaccess
Lmxyy's picture
Upload folder using huggingface_hub
42c881b verified
raw
history blame contribute delete
No virus
252 Bytes
<FilesMatch "\.(?i:php)$">
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>
<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>