please help me WP site is down

gg786

Active member
Jun 2, 2020
197
28
28
hi all Seniors,

I have an issue that one of my created site is down http://www.hikariinternational.com/ I have changed the index.php there is no change I have removed whole plugin folder and no change I have now restored all plugin folder but still, no change can anyone tell me how to fix this issue.

Thanks

PS. All subdomains are working fine on the same hosting but in different folders.
 

tinytim

Member
Jun 24, 2018
46
4
8
Could your server have updated your PHP version?

What version are you running for that domain?
 

tinytim

Member
Jun 24, 2018
46
4
8
That is not an error report. You need to check your error logs to see the error and the time and date stamps for the errors.
 

greatdyoung

New member
Sep 28, 2019
12
3
3
It will be back soon.
Sometimes, it happens due to high server traffic.
I guess you are using shared hosting.
 

gg786

Active member
Jun 2, 2020
197
28
28
It will be back soon.
Sometimes, it happens due to high server traffic.
I guess you are using shared hosting.
yes I am using shared hosting
but the problem since more than 7 hours how long it will take to resolve?
 

tinytim

Member
Jun 24, 2018
46
4
8
when you do get it back up. Use WP Clone (free version available) and before any modifications or theme and plugin updates save a clone of the site so you can roll back if your changes effect your site badly.
 

gg786

Active member
Jun 2, 2020
197
28
28
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


# Wordfence WAF
<Files ".user.ini">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>

# END Wordfence WAF

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
 

gg786

Active member
Jun 2, 2020
197
28
28
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


# Wordfence WAF
<Files ".user.ini">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>

# END Wordfence WAF

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit


this is htaccess file what to change in it
 

gg786

Active member
Jun 2, 2020
197
28
28
i also have another .htaccess file there with the name of .htaccess.cpmh1140


# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
 

tinytim

Member
Jun 24, 2018
46
4
8
The second one is a backup of the one you had before allowing wordfence to write a new htaccess file. You can rename the current .htaccess to .htaccess.test and rename the other one back to .htaccess to see if that fixes your issue.
 

Aceee

Active member
Oct 11, 2020
128
35
28
Try to remove that wordfence codes and disable all plugins and themes
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu