000webhost application error #225
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/tinyib#225
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am getting an application error on 000webhost, I've determined the main problem that is causing this, and that is the .htaccess file, specifically lin 31-33 which is
<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </Ifmodule>
Can you please help me on how to fix this problem? please?
I couldn't tell you why it works for me and doesn't work for you, but this seems like a known host issue. Someone had an identical problem here: https://www.000webhost.com/forum/t/app-error-with-my-domain/116733/
You can probably safely remove that section of the file to fix it. I think the only effect would be slightly higher page loadtimes because you're not compressing data, but I'm sure the difference is small on any modern connection.
Please let me know if
6bcc978bc9
resolves this issue.