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.
This commit is contained in:
Eli Barzilay 2013-09-27 01:13:25 -04:00
parent 9276cc86aa
commit 9a82111cbe

View File

@ -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)