From 1829281c80547f14c6cc9c46b82d6db6bf229996 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 4 Aug 2015 20:06:42 -0700 Subject: [PATCH] Rename from stylish to view.cgi --- .htaccess | 4 ++-- stylish.db => stylish.view | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename stylish.db => stylish.view (100%) 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 -- 2.47.3