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:
parent
9276cc86aa
commit
9a82111cbe
|
@ -28,6 +28,7 @@
|
||||||
(hash-ref! t type (λ() (a href: (symlink (format "~a/~a" base type)
|
(hash-ref! t type (λ() (a href: (symlink (format "~a/~a" base type)
|
||||||
(format "irc-logs/~a" type))
|
(format "irc-logs/~a" type))
|
||||||
text))))))
|
text))))))
|
||||||
|
(void (irc-logs ".htaccess"))
|
||||||
|
|
||||||
(provide irc-quick)
|
(provide irc-quick)
|
||||||
(define (irc-quick)
|
(define (irc-quick)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user