feat: missing tweaks for feed writing

This commit is contained in:
David Bailey 2024-01-04 16:03:02 +01:00
parent 596cc0e1a3
commit 87a14e0624
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
AddType text/plain .md
AddType text/plain .atom
AddType text/plain .rss
php_value upload_max_filesize 40M
php_value post_max_size 42M
@ -7,7 +9,7 @@ php_value post_max_size 42M
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/?(static|raw)/.*
RewriteCond %{REQUEST_URI} !^/?(static|raw|robots\.txt).*
RewriteRule (.*) router.php
Allow from all