File .htaccess

Last commit: Sat Oct 24 00:24:29 2020 +0200	Jan Dankert	New: only 1 .htaccess file which disables the access to .yml (configuration files), .log (logfiles), .class.php (PHP classes).
1 <Files ~ "\.(yml|log|class.php)$"> 2 Require all denied 3 </Files>
Download .htaccess
History Sat, 24 Oct 2020 00:24:29 +0200 Jan Dankert New: only 1 .htaccess file which disables the access to .yml (configuration files), .log (logfiles), .class.php (PHP classes).