1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/.htaccess
Sergey Panteleev c632d199d1 Add visual regression tests (#994)
Co-authored-by: Roman Pronskiy <roman@pronskiy.com>
Co-authored-by: Derick Rethans <derick@php.net>
2024-08-20 09:20:25 +03:00

5 lines
82 B
ApacheConf

<FilesMatch "\.(inc|sql|lock)$">
Order allow,deny
Deny from all
</FilesMatch>