diff options
author | Arno Richter <oelna@oelna.de> | 2022-12-09 23:39:25 +0100 |
---|---|---|
committer | Arno Richter <oelna@oelna.de> | 2022-12-09 23:39:25 +0100 |
commit | 2207c1f2db82fa52eb5dd8123d82380e790ee74b (patch) | |
tree | 0427d0d8a46abcdcf0e7ea5d3f30604f7f310add /.htaccess | |
parent | d22c8b2503e08603dbdfb10d2a2004ddaf104207 (diff) | |
download | microblog-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-- | .htaccess | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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> |