Files
prestashop-compatibility/.htaccess
info@myprestarocks d288c7af66 Add .gitignore and .htaccess for security
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 19:40:07 +01:00

11 lines
170 B
ApacheConf

# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>