From e8068226155d44e41e5b89000a55978873826816 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 4 Aug 2015 19:34:32 -0700 Subject: [PATCH] Cgi for db queries --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index a02d6a7..51c5909 100644 --- a/.htaccess +++ b/.htaccess @@ -9,3 +9,6 @@ RewriteRule . /index.php [L] Action markdown /cgi-bin/markdown/Markdown.cgi AddHandler markdown .md + +Action stylish /cgi-bin/stylish +AddHandler stylish .db -- 2.47.3