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. Help Please!

If anyone could please help me it would be apreciated, I recently installed a plugin for Wordpress called “WP Fastest Cache”, and now I get this error when I try to log into the site “https://techvertex.000webhostapp.com/”. Thanks for any help you can give. (I’ve deleted the plugin from the file manager)

@carterv05 Don’t use any cache plugins on 000webhost platform.

You still need to remove cache related scripts from “.htaccess” to fix your issue.

Anyways i’ve fixed it for you. Plz check now. :slight_smile:

@akhilkumar332 thank you so much! :smile: I’m not really good with scripts, so can you help me with whats the right lines to change? Thanks

Code that’s there right now:

"# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

END WordPress"

Donn’t worry about these lines, i’ve already removed unwanted scripts and your website is running fine now.

1 Like

Alright! Thanks again for all the help!:+1:

1 Like