aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 66aa61a..11ad211 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,9 +14,12 @@ AddType application/json .json
</IfModule>
</Files>
+# deny access to key files
+RedirectMatch 403 ^/keys/.*$
+
<IfModule mod_rewrite.c>
RewriteEngine On
-RewriteBase /microblog
+RewriteBase /
# friendly URLs
RewriteRule ^feed/json/?$ feed/feed.json [L]