1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-17 16:55:43 +02:00

Rename .htaccess to .htaccess.example

htaccess example to hide .env and .json files from being published by webserver
This commit is contained in:
Felix Kretschmer 2021-08-24 19:47:07 +02:00 committed by GitHub
parent bb1b934e69
commit 085da16fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +0,0 @@
<FilesMatch "\.(env|json)$">
Order allow,deny
Deny from all
</FilesMatch>