pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 1af2f97b566644a77db6e29fbfb2c4791df82e06
parent d0ef3132665968c55725005c734f122301bb297c
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 27 Apr 2024 16:01:53 +0200

Allow access to .git directories for html clone

Diffstat:
M.htaccess | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess @@ -8,4 +8,4 @@ Options -Indexes # Disallow browsing of certain sub-directories (redirect to 404) RedirectMatch 404 ^/.git/.*$ RedirectMatch 404 ^/bin/.*$ -RedirectMatch 404 ^/.*?\.git/.*$ +#RedirectMatch 404 ^/.*?\.git/.*$