From: Zachary Vance Date: Wed, 5 Aug 2015 03:06:42 +0000 (-0700) Subject: Rename from stylish to view.cgi X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=1829281c80547f14c6cc9c46b82d6db6bf229996;p=za3k.git Rename from stylish to view.cgi --- diff --git a/.htaccess b/.htaccess index 51c5909..ee7eb82 100644 --- a/.htaccess +++ b/.htaccess @@ -10,5 +10,5 @@ RewriteRule . /index.php [L] Action markdown /cgi-bin/markdown/Markdown.cgi AddHandler markdown .md -Action stylish /cgi-bin/stylish -AddHandler stylish .db +Action view /cgi-bin/view.cgi +AddHandler view .view diff --git a/stylish.db b/stylish.view similarity index 100% rename from stylish.db rename to stylish.view