forked from GithubBackups/tinyib
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:
parent
77b6b7e00b
commit
6bcc978bc9
@ -30,7 +30,7 @@ ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
|
|||||||
|
|
||||||
<IfModule mod_deflate.c>
|
<IfModule mod_deflate.c>
|
||||||
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
||||||
</Ifmodule>
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_alias.c>
|
<IfModule mod_alias.c>
|
||||||
RedirectMatch 404 (.*)\.accounts$
|
RedirectMatch 404 (.*)\.accounts$
|
||||||
@ -40,4 +40,4 @@ RedirectMatch 404 (.*)\.logs$
|
|||||||
RedirectMatch 404 (.*)\.posts$
|
RedirectMatch 404 (.*)\.posts$
|
||||||
RedirectMatch 404 (.*)\.reports$
|
RedirectMatch 404 (.*)\.reports$
|
||||||
RedirectMatch 404 (.*)\.tinyib.db$
|
RedirectMatch 404 (.*)\.tinyib.db$
|
||||||
</Ifmodule>
|
</IfModule>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user