From 9a82111cbe08b4a9733ef9385937e2e4abe1a1bb Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 27 Sep 2013 01:13:25 -0400 Subject: [PATCH] Add an .htaccess symlink to the toplevel of the irc-logs directory. This allows redirection configuration (for old links) and access control be done directly in the irc-logs directory. --- pkgs/plt-services/meta/web/www/irc.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/plt-services/meta/web/www/irc.rkt b/pkgs/plt-services/meta/web/www/irc.rkt index fbda10c13f..76677ce3aa 100644 --- a/pkgs/plt-services/meta/web/www/irc.rkt +++ b/pkgs/plt-services/meta/web/www/irc.rkt @@ -28,6 +28,7 @@ (hash-ref! t type (λ() (a href: (symlink (format "~a/~a" base type) (format "irc-logs/~a" type)) text)))))) +(void (irc-logs ".htaccess")) (provide irc-quick) (define (irc-quick)