File "-20250313081330.htaccess"
Full Path: /var/www/lionsclub/core/storage/app/livewire-tmp/-20250313081330.htaccess
File size: 240 bytes
MIME-type: text/plain
Charset: utf-8
# Disable Directory listing
Options -Indexes
# block files which needs to be hidden, specify .example extension of the file
<Files ~ "\.(env|json|config.js|md|gitignore|gitattributes|lock)$">
Order allow,deny
Deny from all
</Files>