From 6bcc978bc9f7c6a3b1ed1207af2da324de30884e Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 8 Jun 2021 00:21:48 -0700 Subject: [PATCH] Fix .htaccess closing IfModule tags Case-sensitive tags? In *my* markup? It's more likely than you think. Resolves #225. --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 2a9a07e..990081a 100644 --- a/.htaccess +++ b/.htaccess @@ -30,7 +30,7 @@ ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds" AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript - + RedirectMatch 404 (.*)\.accounts$ @@ -40,4 +40,4 @@ RedirectMatch 404 (.*)\.logs$ RedirectMatch 404 (.*)\.posts$ RedirectMatch 404 (.*)\.reports$ RedirectMatch 404 (.*)\.tinyib.db$ - +