About A website

no, i didn’t

Hello @Akutagawa,

I’m absolutely confused why you got an index.html file there, I don’t know if this is because of the WP theme you’ve used but your http://odoru.ga/index.html file seems to be working.

You should not have 2 index files at the same time.

Edit:
Nevermind my mistake

1 Like

@UnknownLolz But when i find in my FTP, i didn’t found any file name index.html?

@PixelDevStuff Hm… can help me pls?

What I can really suggest to you is try reinstalling WordPress.
Delete your current WordPress site and install it again using Softaculous if you feel comfortable reinstalling it.

There seems to be a problem with your current index.php file

@UnknownLolz And here í a code in index.php

<?php

/**

* Front to the WordPress application. This file doesn't do anything, but loads

* wp-blog-header.php which does and tells WordPress to load the theme.

*

* @package WordPress

*/

/**

* Tells WordPress to load the WordPress theme and output it.

*

* @var bool

*/

define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */

require __DIR__ . '/wp-blog-header.php';

Could you please check this out:

maybe about gzip?

What did you do with your site before this error happened? Did you install any plugins maybe?

Hm… about some plugin to gzip, compressed png, make fewer http request

It seems like those plugins are causing this issue.

Please go to the File Manager or an FTP client software and go to /htdocs/wp-content/plugins/, and there rename (rename it to anything) those plugins you installed recently about gzip and compression to deactivate those plugins.

yeah, thinks it about plugin

but how to resolve it?

I told you:

Just rename those plugins to something else. Example: plugin1 and rename it to plugin1-deactivate.
You can rename it to anything so that those plugins will get deactivated.

maybe

What do you mean “maybe”??
Please proceed in renaming those plugins to something else in order to get those plugins deactivated. You need to deactivate those plugins and see if it will help with your issue.

Hey, thinks i knoww what plugin make this sense

opps, i mean maybe i rename it to réolve that :sweat_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.