aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess10
1 files changed, 0 insertions, 10 deletions
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
-
<Files ~ "\.db$">
<IfModule !mod_authz_core.c>
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]