aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorArno Richter <oelna@oelna.de>2022-12-09 23:39:25 +0100
committerArno Richter <oelna@oelna.de>2022-12-09 23:39:25 +0100
commit2207c1f2db82fa52eb5dd8123d82380e790ee74b (patch)
tree0427d0d8a46abcdcf0e7ea5d3f30604f7f310add /.htaccess
parentd22c8b2503e08603dbdfb10d2a2004ddaf104207 (diff)
downloadmicroblog-2207c1f2db82fa52eb5dd8123d82380e790ee74b.tar.gz
microblog-2207c1f2db82fa52eb5dd8123d82380e790ee74b.tar.bz2
microblog-2207c1f2db82fa52eb5dd8123d82380e790ee74b.zip
Improved feed support, provided an ATOM feed, updated database to include UUIDv4 for posts.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess9
1 files changed, 5 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index ffdf7b6..d8e6eb2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,8 @@
-# this line may need to be modified on other hosts!
-<IfModule mod_fcgid.c>
-Action php-fcgid /fcgi-bin/php-fcgi-starter-7.0
-</IfModule>
+AddCharset UTF-8 .xml
+AddCharset UTF-8 .json
+
+AddType application/atom+xml .xml
+AddType application/json .json
<Files ~ "\.db$">
<IfModule !mod_authz_core.c>