Fix .htaccess closing IfModule tags

Case-sensitive tags? In *my* markup? It's more likely than you think.

Resolves #225.
This commit is contained in:
Trevor Slocum 2021-06-08 00:21:48 -07:00
parent 77b6b7e00b
commit 6bcc978bc9
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</Ifmodule>
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 404 (.*)\.accounts$
@ -40,4 +40,4 @@ RedirectMatch 404 (.*)\.logs$
RedirectMatch 404 (.*)\.posts$
RedirectMatch 404 (.*)\.reports$
RedirectMatch 404 (.*)\.tinyib.db$
</Ifmodule>
</IfModule>