From: Zachary Vance Date: Wed, 5 Aug 2015 02:34:32 +0000 (-0700) Subject: Cgi for db queries X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=e8068226155d44e41e5b89000a55978873826816;p=za3k.git Cgi for db queries --- 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