Why I see Application error 5000?

Hello,
I’m new at 000webhost. Today I upload my personal script at 000webhost. When I try to open it I see this error

Application error
An error occurred in the website and your page could not be displayed. If you are the website owner, check your logs for details.

How to resolve it? Everything is ok, when I run this script in localhost, it works perfectly…

If you using wordpress and lately installed some plugins, what are they?

If you don’t use wordpress add following to your .htaccess file.

php_value display_errors 1

Works fine on my end.
Hit CTRL+F5

hey, thanks everyone. it’s .htaccess file problem. when I remove IfModule file, then it works fine. thant means 000webhost doesn’t support IfModule mod_expires.c

1 Like