Zettai_Systems_Website/api/.htaccess
2026-09-16 17:56:42 +05:30

5 lines
142 B
ApacheConf

# Protect helper files — only contact.php / careers.php should be called
<FilesMatch "^(helpers\.php)$">
Require all denied
</FilesMatch>