From 5d3e1971edc6ab314947c42f32e2d3df3444404f Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 2 Sep 2023 01:25:27 -0600 Subject: Removed feeds and micropub support --- .htaccess | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index c63c0cd..adaefdc 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,3 @@ -AddCharset UTF-8 .xml -AddCharset UTF-8 .json - -AddType application/atom+xml .xml -AddType application/json .json - Order allow,deny @@ -18,10 +12,6 @@ AddType application/json .json RewriteEngine On RewriteBase / -# friendly URLs -RewriteRule ^feed/json/?$ feed/feed.json [L] -RewriteRule ^feed/atom/?$ feed/feed.xml [L] - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php [L] -- cgit v1.2.3