My website is no longer displaying... ERROR 500
OlivierGuyane
-
foxyfox51 Posted messages 1005 Registration date Status Member Last intervention -
foxyfox51 Posted messages 1005 Registration date Status Member Last intervention -
Hello,
I created a website on WordPress that I worked hard on and spent a lot of time on.
But for the past few days, I haven't been able to access it, the following message appears:
This page is not working
Unable to process this request via guyamazone.net at this time.
HTTP ERROR 500
The site: guyamazone.net
I am anxious at the thought of having lost everything! PLEASE HELP!
Thank you very much!
I created a website on WordPress that I worked hard on and spent a lot of time on.
But for the past few days, I haven't been able to access it, the following message appears:
This page is not working
Unable to process this request via guyamazone.net at this time.
HTTP ERROR 500
The site: guyamazone.net
I am anxious at the thought of having lost everything! PLEASE HELP!
Thank you very much!
6 answers
-
Hello,
we need to access the site’s "logs" and provide us with the error messages, here is the page explaining how to do it:
https://docs.ovh.com/en/hosting/shared-consult-the-statistics-and-logs-of-my-site/
--
If my response satisfies you, a simple click on "+1" will be just fine for me :-)
Best regards, Foxyfox51 -
Thank you! I have access to lists like this one:
[Tue Jan 05 00:34:58 2021] [error] [client 31.173.82.21] [host guyamazone.net] AH00687: Negotiation: discovered file(s) matching request: /homez.271/guyamazopn/www/index.html (None could be negotiated)., referer: http://guyamazone.net/
Is that it? -
-
To access the content of your website:
https://docs.ovh.com/en/hosting/ftp-storage-space-connection-web-hosting/
-
-
youhou !
# DÉBUT WP CERBER GROOVE
# La protection des scripts admin est activée (CVE-2018-6389)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-scripts\.php$ [OU,NC]
RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-styles\.php$ [NC]
RewriteCond %{HTTP_COOKIE} !cerber_groove_x_RGduzYS84Ven7CJhjOMbPrDTtwQog=OvNBzbApadrZhfkWxRu9sFyT0l5EtnDo
RewriteRule (.*) - [R=403,L]
</IfModule>
# FIN WP CERBER GROOVE
# DÉBUT WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# FIN WordPress-
Options -MultiViews
# BEGIN WP CERBER GROOVE
# Protection of admin scripts is enabled (CVE-2018-6389)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-scripts\.php$ [OR,NC]
RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-styles\.php$ [NC]
RewriteCond %{HTTP_COOKIE} !cerber_groove_x_RGduzYS84Ven7CJhjOMbPrDTtwQog=OvNBzbApadrZhfkWxRu9sFyT0l5EtnDo
RewriteRule (.*) - [R=403,L]
</IfModule>
# END WP CERBER GROOVE
# BEGIN WordPress
<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
-
-
-
Problem solved, it was a failed update.
--
If my answer satisfies you, a simple click on "+1" would be great for me :-)
Best regards, Foxyfox51