Bonjour je viens vers vous, après avoir parcouru les nombreux articles sur le sujet. Mon problème est commun, je le trouve traité ici, j’ai effectué la redirection de mon site vers un nouveau nom de domaine et j’ai une page blanche qui s’affiche. les noms de domaine sont chez OVH, le nom de domaine auquel j’essaie de faire pointer c’est : cyril-curchod.com
L’ancien nom de domaine c’est projection00.org
Le site est fait sur Wordpress, il existe depuis longtemps, 2010, mais le wordpress est à jour, le SQL aussi. Jusqu’au jour de la tentative de redirection en 301, le site fonctionnait sans encombre, je n’ai pas installé de plugin entretemps. J’ai effectué différentes manipulations lues sur les différents articles de la communauté :
- J’ai vérifié le "site url" et le "home" dans la base de donnée ils pointent bien vers le nouveau nom de domaine.
- J’ai également modifié site url" et le "home" dans les fichiers wp-config.php et functions.php du theme.
- J’ai regardé si le nom de domaine possède bien les bon DNS et ils sont identiques à ceux mentionné avec l'hébergement.
- J'ai vérifié le fichier .htacess, le chemin est le bon.
- J’ai également vérifié que le site puisse fonctionner avec ou sans www dans le fichier .htacess
- j’ai vérifié le chemin cible dans le nom de domaine c'est bien www (le site étant à la racine dans le dossier www).
- J'ai tenté de changer les serveur dns, sur le précédent nom de domaine (projection.org) les dns sont : dns.ovh.net et ns.ovh.net, Sur la nouveau nom de domaine auquel je pointe (cyril-curchod.com) les dns établi par ovh étaient dns112.ovh.net et ns112.ovh.net. J’ai donc changé les dns pour qu'ils soient désormais en dns.ovh.net et ns.ovh.net comme dans la configuration précédente qui fonctionnait, mais sans succès.
Pourriez vous m'indiquer la marche à suivre pour que mon site puisse s'afficher à nouveau, il fonctionnait jusqu'à ce que j'effectue la redirection.
En vous remerciant par avance.
Bonne journée
Domaines - Redirection nouveau nom de domaine défectueuse
Related questions
- Création de sous-domaine
99371
05.03.2017 00:06
- Délai activation nom de domaine après achat
62516
05.06.2017 12:51
- Transfet d'un nom de domaine d'un compte à l'autre
61905
17.11.2016 06:11
- Changer le domaine principal d'un hébergement
54457
12.10.2016 20:18
- Transfert domaine en asso.fr
47780
23.06.2022 07:01
- Copiez l'enregistrement TXT ci-dessous dans la configuration DNS du domaine
45306
12.07.2019 18:28
- Faire pointer nom de domaine externe vers hébergement OVH
44108
16.12.2016 01:26
- Changer la nom de domaine de mon site wordpress
43428
01.02.2017 16:34
- Lier nom du domaine à son espace d'hebergement ovh
41895
03.01.2018 13:31
- Relier domaine OVH a Shopify
37069
01.05.2025 08:41
Auriez-vous été modifier les serveurs DNS de ce domaine et indiquer ns.ovh.net, dns.ovh.net à la place de ce qui s'y trouvait ?
C'est faux. Il faut remettre comme c'était. Puis attendre 24 heures, voire même 2 jours.
Bonjour merci de votre réponse en effet je l'ai changé.
Là je viens de remettre dns112.ovh.net
Mais j'avais tenté cette manipulation hier soir seulement.
Hier, lorsque le serveur étaient en dns112.ovh.net cela ne fonctionnait pas, et ça fait plus de 48h que c'est comme ça.
Merci de votre réponse, je viens de vous répondre mais je ne suis pas sur que cela ai fonctionné, vous allez peut être avoir un doublon.
En effet j'ai modifié les dns, là je viens de les remettre comme ils étaient à l'origine dns112.ovh.net
Cependant je ne pense pas que le problème vienne seulement du temps de propagation,
J'ai tenté la modification des dns hier soir seulement. Auparavant avec les dns d'origine, le site n'était pas accessible non plus et ce depuis plus de 48h.
Maintenant vous avez une erreur 500, qui donne une page vide:
HTTP/1.1 500 Internal Server Error
Date: Tue, 04 Jan 2022 12:31:00 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
X-Powered-By: PHP/7.3
Il faudrait aller voir dans votre espace client > web cloud > hébergement > logs > log d'erreur du jour
Merci, alors c'est étrange lorsque je vais sur : https://logs.ovh.net/weddingenvelop.com
pour voir les erreurs c'est ceci :
Error 503: Backend unavailable
This type of error usually results of an unavailability of servers behind IP Load Balancing.
lorsque je vais dans : espace client > web cloud > hébergement > logs > log d'erreur du jour
la dernière erreur en date est au 02.01.2022 et j'ai comme réponse :
[Sun Jan 02 18:12:11 2022] [error] [client 113.35.251.98] ModSecurity: Access denied with code 403 (phase 2). Matched phrase "curl" at REQUEST_HEADERS:user-agent. [file "/usr/local/apache2/conf/modsecurity/base_rules/modsecurity_crs_35_bad_robots.conf"] [line "26"] [id "990012"] [rev "2.1.1"] [msg "Rogue web site crawler"] [data "curl"] [severity "WARNING"] [tag "AUTOMATION/MALICIOUS"] [tag "WASCTC/WASC-21"] [tag "OWASP_TOP_10/A7"] [tag "PCI/6.5.10"] [hostname "projection00.org"] [uri "/"] [unique_id "YdHc6@Jw9zzaifoyCgNzagAAAF8"]
Je ne sais pas comment interpreter ce message.
Si je comprend bien l'accès est refusé?
Merci pour votre accompagnement
Désactivez le firewall pour voir
Je l'avais fait, j'avais vu cette proposition que vous aviez faite sur un précédent sujet posté par un autre utilisateur ayant un problème similaire.

Là je viens de le désactiver également sur l'ancien nom de domaine projection00.org
J'ai regardé à nouveau le fichier .htacess, et je les laissé le plus simple possible :
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
je ne trouve pas la raison,
une erreur type 500 et identique à une erreur type 503? Quelle est la différence?
Merci
C'est un problème lié à PHP plutôt qu'à .htaccess à mon avis.
Cette page statique fonctionne:
http://projecti.cluster011.ovh.net/readme.html
Planquez les plugins (rename du dossier /www/wp-content/plugins en autre chose)
Que contient votre éventuel fichier .ovhconfig ?
Merci, alors j'avais également désactivé le dossier des plugin, ça n'a rien donné, je viens de le refaire cependant, et j'ai testé, j'ai toujours la page blanche qui s'affiche.
Concernant le fichier .ovhconfig j'ai ceci :
app.engine=phpcgi
app.engine.version=7.3
http.firewall=none
environment=production
container.image=stable
dans le fichier wp_config.php de Wordpress, tout me semble bon, ça renvois a la bonne base de donnée, et le home et le siteurl sont corrects :
define( 'WP_HOME', 'https://www.1curchod.com'curchod.com' );
define( 'WP_SITEURL', ‘https://www.1curchod.com'curchod.com' );
Ces deux lignes ne sont normalement là qu'en dépannage si on a perdu le contrôle à cause d'un hébergement fermé ou une erreur dans les deux mêmes enregistrements dans la table wp_options.
Dans .ovhconfig, si on met php au lieu de phpcgi, ça donne pareil ?
Il y a combien de .ovhconfig dans l'arborescence FTP ?
dois je les enlever alors? J'avais de toute façon bien indiqué dans la DDB le home et le siteurl, de renvoyer vers https://www.1curchod.comcurchod.com
Pour le fichier .ovhconfig, je n'en ai qu'un et j'ai mis php seulement, sans résultat actuellement.
En regardant à la racine de l'hébergement j'ai également un dossier cgi-bin avec un index à l'intérieur, je ne sais pas s'il faut le désactiver aussi.
Je conseille que oui, puisqu'on a dû les ajouter pour faire un dépannage.
Excellent
Je commence à sécher, là :(
Il faut absolument retrouver le message d'erreur (via l'espace client > web cloud > hébergement > logs > log d'erreur du jour
Pas grave, n'en faites rien.
```text
Alors les deux fichiers log d'erreur les voici :
- projection00.org-02-01-2022.log.gz
réponse :
[Sun Jan 02 18:12:11 2022] [error] [client 113.35.251.98] ModSecurity: Access denied with code 403 (phase 2). Matched phrase "curl" at REQUEST_HEADERS:user-agent. [file "/usr/local/apache2/conf/modsecurity/base_rules/modsecurity_crs_35_bad_robots.conf"] [line "26"] [id "990012"] [rev "2.1.1"] [msg "Rogue web site crawler"] [data "curl"] [severity "WARNING"] [tag "AUTOMATION/MALICIOUS"] [tag "WASCTC/WASC-21"] [tag "OWASP_TOP_10/A7"] [tag "PCI/6.5.10"] [hostname "projection00.org"] [uri "/"] [unique_id "YdHc6@Jw9zzaifoyCgNzagAAAF8"]
- projection00.org-01-01-2022.log.gz
réponse :
[Sat Jan 01 18:46:18 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: block-editor.php, referer: binance.com
[Sat Jan 01 18:46:44 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: block-template-utils.php, referer: binance.com
[Sat Jan 01 18:47:10 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: block-template.php, referer: binance.com
[Sat Jan 01 18:47:36 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: class-wp-block-editor-context.php, referer: binance.com
[Sat Jan 01 18:48:02 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: class-wp-block-template.php, referer: binance.com
[Sat Jan 01 18:48:29 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: class-wp-theme-json-resolver.php, referer: binance.com
[Sat Jan 01 18:48:55 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: class-wp-theme-json.php, referer: binance.com
[Sat Jan 01 18:49:21 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: https-detection.php, referer: binance.com
[Sat Jan 01 18:49:46 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: https-migration.php, referer: binance.com
[Sat Jan 01 18:50:11 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: robots-template.php, referer: binance.com
[Sat Jan 01 18:50:35 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: template-canvas.php, referer: binance.com
[Sat Jan 01 18:51:01 2022] [error] [client 2.56.56.219] [host projection00.org] End of script output before headers: theme-templates.php, referer: binance.com
[Sat Jan 01 21:48:35 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: block-editor.php, referer: binance.com
[Sat Jan 01 21:48:40 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: block-template-utils.php, referer: binance.com
[Sat Jan 01 21:48:45 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: block-template.php, referer: binance.com
[Sat Jan 01 21:48:54 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: class-wp-block-editor-context.php, referer: binance.com
[Sat Jan 01 21:49:00 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: class-wp-block-template.php, referer: binance.com
[Sat Jan 01 21:49:06 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: class-wp-theme-json-resolver.php, referer: binance.com
[Sat Jan 01 21:49:10 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: class-wp-theme-json.php, referer: binance.com
[Sat Jan 01 21:49:14 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: https-detection.php, referer: binance.com
[Sat Jan 01 21:49:21 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: https-migration.php, referer: binance.com
[Sat Jan 01 21:49:29 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: robots-template.php, referer: binance.com
[Sat Jan 01 21:49:34 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: template-canvas.php, referer: binance.com
[Sat Jan 01 21:49:39 2022] [error] [client 74.201.28.126] [host projection00.org] End of script output before headers: theme-templates.php, referer: binance.com ```
ça semble des tentatives de piratage depuis des sites eux-mêmes piratés.
Vous n'avez aucun log d'aujourd'hui ???
non aucun aujourd'hui, ni hier :

en revanche j'ai un log du 3 janvier pour la partie "web" mais pas pour "error"
- projection00.org-03-01-2022.log.gz
réponse :
66.249.68.68 projection00.org - [03/Jan/2022:00:11:26 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:00:11:26 +0100] "GET /ads.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:00:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:00:29:24 +0100] "GET /carnet/portfolio/malik-nejmi-une-odyssee/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
114.119.143.152 projection00.org - [03/Jan/2022:01:58:11 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
66.249.68.68 projection00.org - [03/Jan/2022:01:59:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:01:59:24 +0100] "GET /carnet/project-type/fictions/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:03:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:03:29:24 +0100] "GET /carnet/portfolio/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
176.107.183.23 projection00.org - [03/Jan/2022:03:39:19 +0100] "GET /.git/config HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
45.129.18.57 www.projection00.org - [03/Jan/2022:04:34:53 +0100] "HEAD / HTTP/1.1" 302 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36"
45.129.18.191 www.projection00.org - [03/Jan/2022:04:34:54 +0100] "HEAD / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36"
62.210.215.112 projection00.org - [03/Jan/2022:04:51:30 +0100] "GET /carnet/feed/atom/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
62.210.215.112 projection00.org - [03/Jan/2022:04:59:18 +0100] "GET /carnet/2009/09/gomorra/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
66.249.68.68 projection00.org - [03/Jan/2022:04:59:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:04:59:24 +0100] "GET /carnet/project-type/documentaire/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
123.125.109.140 www.projection00.org - [03/Jan/2022:05:24:24 +0100] "GET / HTTP/1.1" 302 213 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
123.125.109.140 www.projection00.org - [03/Jan/2022:05:24:25 +0100] "GET / HTTP/1.1" 500 - "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
66.249.68.68 projection00.org - [03/Jan/2022:06:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:06:29:24 +0100] "GET /carnet/portfolio/malik-nejmi-i-morti-non-sono-morti/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
114.119.137.65 www.projection00.org - [03/Jan/2022:06:32:58 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
207.46.13.216 projection00.org - [03/Jan/2022:07:47:38 +0100] "GET /carnet/portfolio/aizpiri-du-reve-a-la-peinture/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
66.249.68.68 projection00.org - [03/Jan/2022:07:59:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:07:59:24 +0100] "GET /carnet/2009/02/panorama/comment-page-1/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
37.115.218.47 projection00.org - [03/Jan/2022:08:40:34 +0100] "GET / HTTP/1.1" 302 209 "https://spinazdrav.ru/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000"
37.115.218.47 projection00.org - [03/Jan/2022:08:40:34 +0100] "GET / HTTP/1.1" 302 209 "https://spinazdrav.ru/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000"
37.115.218.47 projection00.org - [03/Jan/2022:08:40:35 +0100] "GET / HTTP/1.1" 302 209 "https://spinazdrav.ru/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000"
66.249.68.68 projection00.org - [03/Jan/2022:09:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:09:29:24 +0100] "GET /carnet/2012/08/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
123.125.109.188 www.projection00.org - [03/Jan/2022:10:05:24 +0100] "GET / HTTP/1.1" 302 213 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
123.125.109.188 www.projection00.org - [03/Jan/2022:10:05:25 +0100] "GET / HTTP/1.1" 500 - "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
94.154.239.69 projection00.org - [03/Jan/2022:10:25:00 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)"
123.6.49.38 www.projection00.org - [03/Jan/2022:10:33:59 +0100] "GET / HTTP/1.1" 302 213 "http://www.projection00.org/" "Mozilla/5.0(compatible;MSIE9.0;WindowsNT6.1;Trident/5.0)"
123.6.49.38 www.projection00.org - [03/Jan/2022:10:34:48 +0100] "GET / HTTP/1.1" 500 - "https://www.projection00.org/" "Mozilla/5.0(compatible;MSIE9.0;WindowsNT6.1;Trident/5.0)"
207.46.13.193 projection00.org - [03/Jan/2022:10:51:03 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
66.249.68.68 projection00.org - [03/Jan/2022:10:59:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.68.68 projection00.org - [03/Jan/2022:10:59:24 +0100] "GET /carnet/project-type/art/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
118.184.177.38 www.projection00.org - [03/Jan/2022:11:41:23 +0100] "GET / HTTP/1.1" 302 213 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
118.184.177.39 www.projection00.org - [03/Jan/2022:11:41:25 +0100] "GET / HTTP/1.1" 500 - "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
114.119.150.149 www.projection00.org - [03/Jan/2022:11:41:29 +0100] "HEAD / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3494.114 Safari/537.36"
17.121.114.65 projection00.org - [03/Jan/2022:11:41:33 +0100] "GET /carnet/portfolio/on-off/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)"
66.249.65.164 projection00.org - [03/Jan/2022:12:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:12:29:24 +0100] "GET /carnet/2011/01/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
114.119.148.198 www.projection00.org - [03/Jan/2022:12:42:05 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
66.249.65.164 projection00.org - [03/Jan/2022:13:59:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:13:59:23 +0100] "GET /carnet/portfolio/fosse-boltansky/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
123.125.109.140 www.projection00.org - [03/Jan/2022:14:19:01 +0100] "GET / HTTP/1.1" 302 213 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
123.125.109.140 www.projection00.org - [03/Jan/2022:14:19:02 +0100] "GET / HTTP/1.1" 500 - "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
173.231.60.198 projection00.org - [03/Jan/2022:14:50:46 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)"
173.231.60.198 projection00.org - [03/Jan/2022:14:50:52 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)"
173.231.60.198 projection00.org - [03/Jan/2022:14:50:58 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)"
2a01:cb08:96c:ed00:5846:5824:aad6:3053 projection00.org - [03/Jan/2022:15:25:05 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:5846:5824:aad6:3053 projection00.org - [03/Jan/2022:15:25:05 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
66.249.65.164 projection00.org - [03/Jan/2022:15:29:23 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:15:29:23 +0100] "GET /carnet/project-type/ecriture/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
213.238.178.239 projection00.org - [03/Jan/2022:15:31:55 +0100] "GET /src/app.js HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
213.238.178.239 projection00.org - [03/Jan/2022:15:31:55 +0100] "GET /src/app.js HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
62.210.215.112 projection00.org - [03/Jan/2022:16:20:12 +0100] "GET /carnet/category/image/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
157.55.39.60 projection00.org - [03/Jan/2022:16:24:19 +0100] "GET /carnet/wp-content/uploads/2019/06/HAFA-145x145.jpg HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
66.249.65.164 projection00.org - [03/Jan/2022:16:38:49 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:16:38:50 +0100] "GET /carnet/portfolio/shuga-babi/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
62.210.215.112 projection00.org - [03/Jan/2022:17:40:53 +0100] "GET /carnet/tag/rythme/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
66.249.65.164 projection00.org - [03/Jan/2022:17:47:55 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:17:47:56 +0100] "GET /carnet/portfolio/stephanie-solinas-sans-titre-m-bertillon/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:18:41:30 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:18:41:30 +0100] "GET /carnet/2011/06/ubiquite/saint_esprit/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
54.36.148.147 www.projection00.org - [03/Jan/2022:18:56:52 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)"
66.249.65.164 projection00.org - [03/Jan/2022:18:58:05 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:18:58:05 +0100] "GET /carnet/category/notes-2/mouvement/page/5/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:37 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:40 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:45 +0100] "GET /wp-content HTTP/1.1" 301 248 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:45 +0100] "GET /wp-content/ HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:49 +0100] "GET /wp-admin/setup-config.php?step=1 HTTP/1.1" 409 2825 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:55 +0100] "GET /wordpress/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:40:59 +0100] "GET /wp/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:05 +0100] "GET /blog/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:09 +0100] "GET /test/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:13 +0100] "GET /board/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:18 +0100] "GET /wp2/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:20 +0100] "GET /site/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
69.87.219.115 projection00.org - [03/Jan/2022:19:41:22 +0100] "GET /wp/wp-admin/setup-config.php?step=1 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
62.210.215.112 projection00.org - [03/Jan/2022:19:59:49 +0100] "GET /carnet/tag/miniature/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
66.249.65.164 projection00.org - [03/Jan/2022:20:08:15 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:20:08:16 +0100] "GET /carnet/portfolio/anna-celia-kendall-la-barcelona/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
114.119.140.136 www.projection00.org - [03/Jan/2022:20:33:09 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
207.46.13.193 projection00.org - [03/Jan/2022:20:55:14 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
149.202.78.60 projection00.org - [03/Jan/2022:21:06:54 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
66.249.65.164 projection00.org - [03/Jan/2022:21:18:26 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:21:18:26 +0100] "GET /carnet/portfolio/malik-nejmi-i-morti-non-sono-morti/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:22:14:05 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:22:14:05 +0100] "GET /carnet/project-type-sitemap.xml HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:22:29:52 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:22:29:52 +0100] "GET /carnet/portfolio/sebastien-jaudeau-avent-emily-loizeau/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
130.255.166.174 projection00.org - [03/Jan/2022:22:49:29 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
130.255.166.158 projection00.org - [03/Jan/2022:22:49:29 +0100] "GET /humans.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
130.255.166.174 projection00.org - [03/Jan/2022:22:49:29 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
130.255.166.219 projection00.org - [03/Jan/2022:22:49:29 +0100] "GET /ads.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
130.255.166.219 projection00.org - [03/Jan/2022:22:49:29 +0100] "GET / HTTP/1.1" 500 - "http://projection00.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36"
66.249.65.168 projection00.org - [03/Jan/2022:23:11:41 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.151 www.projection00.org - [03/Jan/2022:23:41:34 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.150 www.projection00.org - [03/Jan/2022:23:41:35 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.151 www.projection00.org - [03/Jan/2022:23:41:35 +0100] "GET / HTTP/1.1" 302 213 "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:23:41:40 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [03/Jan/2022:23:41:40 +0100] "GET /ads.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
même en cliquant ici ?

lorsque je clique à l'endroit où vous m'avez indiqué j'ai seulement un log "web" pas pour "error", mais il est du 4 janvier en revanche :
- projection00.org-04-01-2022.log
réponse :
66.249.65.164 projection00.org - [04/Jan/2022:00:53:43 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:00:53:43 +0100] "GET /carnet/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
167.94.138.115 www.projection00.org - [04/Jan/2022:01:43:12 +0100] "GET / HTTP/1.1" 302 213 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
167.94.138.115 www.projection00.org - [04/Jan/2022:01:43:12 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
167.94.138.115 www.projection00.org - [04/Jan/2022:01:43:12 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)"
66.249.65.164 projection00.org - [04/Jan/2022:02:06:26 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:02:06:26 +0100] "GET /carnet/project-type/art/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
82.165.224.113 projection00.org - [04/Jan/2022:03:16:40 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
62.210.215.112 projection00.org - [04/Jan/2022:03:22:57 +0100] "GET /carnet/tag/son/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
82.165.224.33 projection00.org - [04/Jan/2022:03:21:20 +0100] "GET /sitemap.xml HTTP/1.1" 500 - "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
82.165.224.33 projection00.org - [04/Jan/2022:03:21:22 +0100] "GET / HTTP/1.1" 302 209 "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
82.165.224.33 projection00.org - [04/Jan/2022:03:21:23 +0100] "GET /wp-admin/admin-ajax.php HTTP/1.1" 302 232 "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
82.165.224.33 projection00.org - [04/Jan/2022:03:21:23 +0100] "GET /wp-admin/admin-ajax.php HTTP/1.1" 500 - "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
82.165.224.97 projection00.org - [04/Jan/2022:03:22:34 +0100] "GET / HTTP/1.1" 500 - "-" "IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)"
66.249.65.164 projection00.org - [04/Jan/2022:03:36:26 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:03:36:26 +0100] "GET /carnet/comments/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
159.223.91.63 projection00.org - [04/Jan/2022:04:06:59 +0100] "GET /wp-login.php HTTP/1.1" 302 221 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0"
159.223.91.63 projection00.org - [04/Jan/2022:04:06:59 +0100] "GET /wp-login.php HTTP/1.1" 302 221 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0"
159.223.91.63 projection00.org - [04/Jan/2022:04:07:01 +0100] "GET /wp-login.php HTTP/1.1" 500 - "http://projection00.org/wp-login.php" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0"
159.223.91.63 projection00.org - [04/Jan/2022:04:07:01 +0100] "GET /wp-login.php HTTP/1.1" 500 - "http://projection00.org/wp-login.php" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0"
66.249.65.164 projection00.org - [04/Jan/2022:05:06:28 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:05:06:28 +0100] "GET /carnet/portfolio/stephanie-solinas-sans-titre-m-bertillon/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
87.251.85.227 projection00.org - [04/Jan/2022:05:15:19 +0100] "GET /wp-info.php HTTP/1.1" 500 - "http://projection00.org/wp-info.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
123.125.109.140 www.projection00.org - [04/Jan/2022:05:26:32 +0100] "GET / HTTP/1.1" 302 213 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
123.125.109.140 www.projection00.org - [04/Jan/2022:05:26:33 +0100] "GET / HTTP/1.1" 500 - "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
66.249.65.151 www.projection00.org - [04/Jan/2022:06:36:33 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.151 www.projection00.org - [04/Jan/2022:06:36:33 +0100] "GET / HTTP/1.1" 302 213 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.150 www.projection00.org - [04/Jan/2022:06:36:33 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
207.46.13.235 projection00.org - [04/Jan/2022:06:55:29 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
207.46.13.193 projection00.org - [04/Jan/2022:06:55:32 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
37.115.218.47 projection00.org - [04/Jan/2022:07:40:56 +0100] "GET / HTTP/1.1" 302 209 "https://monopolia.pro/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)"
37.115.218.47 projection00.org - [04/Jan/2022:07:40:56 +0100] "GET / HTTP/1.1" 302 209 "https://monopolia.pro/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)"
37.115.218.47 projection00.org - [04/Jan/2022:07:40:56 +0100] "GET / HTTP/1.1" 302 209 "https://monopolia.pro/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)"
66.249.65.164 projection00.org - [04/Jan/2022:08:06:32 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:08:06:32 +0100] "GET /carnet/portfolio/documentaire-les-yatzkan/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
88.214.43.164 projection00.org - [04/Jan/2022:08:40:21 +0100] "GET /~app/.env HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
88.214.43.164 projection00.org - [04/Jan/2022:08:40:22 +0100] "GET /~app/.env HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
66.249.65.164 projection00.org - [04/Jan/2022:09:36:26 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:09:36:26 +0100] "GET /carnet/2009/06/cyril-love-pina/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
207.46.13.216 projection00.org - [04/Jan/2022:09:50:57 +0100] "GET /carnet/2009/05/portrait-recompose/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
151.80.34.185 projection00.org - [04/Jan/2022:10:30:32 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
94.102.15.53 projection00.org - [04/Jan/2022:11:04:27 +0100] "GET /_app/.env HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
94.102.15.53 projection00.org - [04/Jan/2022:11:04:27 +0100] "GET /_app/.env HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
66.249.65.164 projection00.org - [04/Jan/2022:11:06:34 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.65.164 projection00.org - [04/Jan/2022:11:06:35 +0100] "GET /carnet/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
2a01:cb08:96c:ed00:5846:5824:aad6:3053 projection00.org - [04/Jan/2022:11:55:50 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:5846:5824:aad6:3053 projection00.org - [04/Jan/2022:11:55:50 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
114.119.150.149 www.projection00.org - [04/Jan/2022:12:11:00 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.2861.28 Safari/537.36"
66.249.70.5 projection00.org - [04/Jan/2022:12:36:25 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.70.5 projection00.org - [04/Jan/2022:12:36:26 +0100] "GET /carnet/portfolio/stephanie-solinas-la-dette-de-lame/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
114.119.130.154 projection00.org - [04/Jan/2022:13:01:57 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
149.202.78.60 projection00.org - [04/Jan/2022:13:39:39 +0100] "GET / HTTP/1.1" 302 209 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
51.68.11.181 www.projection00.org - [04/Jan/2022:13:41:39 +0100] "GET /__ovh/info HTTP/1.1" 200 151 "-" "python-requests/2.12.4"
51.68.11.181 projection00.org - [04/Jan/2022:13:41:39 +0100] "GET /__ovh/info HTTP/1.1" 200 151 "-" "python-requests/2.12.4"
158.169.150.18 projection00.org - [04/Jan/2022:13:52:50 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projection00.org - [04/Jan/2022:13:52:50 +0100] "GET /favicon.ico HTTP/1.1" 500 - "http://projection00.org/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:20 +0100] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:20 +0100] "GET /favicon.ico HTTP/1.1" 500 - "http://projecti.cluster011.ovh.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:29 +0100] "GET /wp-login.php HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:37 +0100] "GET /readme.html HTTP/1.1" 200 3569 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:37 +0100] "GET /wp-admin/css/install.css?ver=20100228 HTTP/1.1" 200 1974 "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:37 +0100] "GET /wp-admin/images/wordpress-logo.svg?ver=20131107 HTTP/1.1" 200 1521 "http://projecti.cluster011.ovh.net/wp-admin/css/install.css?ver=20100228" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
158.169.150.18 projecti.cluster011.ovh.net - [04/Jan/2022:13:53:37 +0100] "GET /wp-admin/images/wordpress-logo.png HTTP/1.1" 200 2480 "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0"
149.202.170.99 projecti.cluster011.ovh.net - [04/Jan/2022:13:56:07 +0100] "HEAD /readme.html HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36"
149.202.170.99 projecti.cluster011.ovh.net - [04/Jan/2022:13:56:07 +0100] "GET /readme.html HTTP/1.1" 200 8852 "-" "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36"
149.202.160.182 projecti.cluster011.ovh.net - [04/Jan/2022:13:54:41 +0100] "GET /readme.html HTTP/1.1" 200 3569 "-" "Ruby"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b projecti.cluster011.ovh.net - [04/Jan/2022:13:56:43 +0100] "GET /readme.html HTTP/1.1" 200 3569 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b projecti.cluster011.ovh.net - [04/Jan/2022:13:56:43 +0100] "GET /wp-admin/css/install.css?ver=20100228 HTTP/1.1" 200 1974 "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b projecti.cluster011.ovh.net - [04/Jan/2022:13:56:43 +0100] "GET /wp-admin/images/wordpress-logo.png HTTP/1.1" 200 2480 "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b projecti.cluster011.ovh.net - [04/Jan/2022:13:56:43 +0100] "GET /wp-admin/images/wordpress-logo.svg?ver=20131107 HTTP/1.1" 200 1521 "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b projecti.cluster011.ovh.net - [04/Jan/2022:13:56:43 +0100] "GET /favicon.ico HTTP/1.1" 500 - "http://projecti.cluster011.ovh.net/readme.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b www.projection00.org - [04/Jan/2022:14:03:51 +0100] "GET /carnet HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b www.projection00.org - [04/Jan/2022:14:03:51 +0100] "GET /favicon.ico HTTP/1.1" 500 - "http://www.projection00.org/carnet" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
66.249.70.5 projection00.org - [04/Jan/2022:14:06:29 +0100] "GET /robots.txt HTTP/1.1" 500 - "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.70.5 projection00.org - [04/Jan/2022:14:06:29 +0100] "GET /carnet/portfolio/on-off-vr/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
2a01:cb08:96c:ed00:e8ab:7aae:b36f:183b www.projection00.org - [04/Jan/2022:14:05:25 +0100] "GET /carnet HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
62.210.215.112 projection00.org - [04/Jan/2022:14:35:29 +0100] "GET /carnet/tag/documentaire/feed/ HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36"
51.255.93.3 projection00.org - [04/Jan/2022:15:02:37 +0100] "GET / HTTP/1.1" 500 2552 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
Il ne nous sert à rien, malheureusement. On a bien les 500 à toutes les lignes , mais pas la raison.
Pouvez-vous créer un fichier de 3 lignes dans votre répertoire /www . Appelez-le par exemple phpinfo.php. Voici le contenu:
`phpinfo();
?>`
Ensuite vous visitez votre site à l'adresse http://1curchod.com/phpinfo.phpcurchod.com/phpinfo.php
Ça fonctionne ou pas ?
Je viens de le faire :
http://1curchod.com/phpinfo.phpcurchod.com/phpinfo.php
Ca ne me renvoie rien
il est bien dans le dossier www, les droit d'accès sont en 604, est ce qu'il faut les changer?
```text
GET /phpinfo.php HTTP/1.1
User-Agent: Wget/1.20.1 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: cyril-curchod.com
Connection: Keep-Alive
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 **500 Internal Server Error**
date: Tue, 04 Jan 2022 14:34:05 GMT
content-type: text/html; charset=UTF-8
transfer-encoding: chunked
server: Apache
x-powered-by: PHP/7.3
L'erreur est toujours présente.
Donc votre Wordpress n'y est pour rien. Ne cherchez pas de ce côté-là.
Comme c'est un hébergement historique, je suppose que vous n'avez pas le choix de la version php à partir de l'espace client.
Je ne peux que supposer que votre .ovhconfig est mal formatté, écrit dans un mauvais jeu de caractères, ou un crasse de ce genre-là.
Je vous invite à cacher le .ovhconfig sous un autre nom et investiguer à partir de là. ```
Bonjour,
simple piste à tester :
1 - sauvegarder votre .htaccess + .ovhconfig
2 - supprimez les fichiers .htaccess + .ovhconfig
3 - vérifier si http://1curchod.com/phpinfo.phpcurchod.com/phpinfo.php fonctionne
4 - si oui l'un des deux fichiers est mal formaté, et dans ce cas le refaire à zéro avec notepad++ ou geany
Cordialement, janus57
Merci, j'ai voulu vous répondre hier mais j'avais atteint la limite des discussions pour la journée.

Je peux changer la version php a partir de l'espace client, mais je ne peux aller au de la de la version 7.3
j'ai regardé la doc ovh pour configurer le .ovhconfig
https://docs.ovh.com/fr/hosting/configurer-fichier-ovhconfig/
Mais j'ai le sentiment que le fichier existant est similaire à celui demandé.
les deux seules différences sont :
- app.engine.version=8.0
- container.image=stable64
Je les ai modifié sans résultat, et puis je suis revenu a la version 7.3 tel qu'il est actuellement.
Bonjour, merci de votre réponse, je viens de supprimer le .htaccess + .ovhconfig
le site ne fonctionne pas en revanche voici l'erreur que je reçoit :
Warning: main(__DIR__/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/projecti/www/index.php on line 17
Fatal error: main() [function.require]: Failed opening required '__DIR__/wp-blog-header.php' (include_path='.:/usr/local/lib/php') in /home/projecti/www/index.php on line 17
Vous devez passer à stable64 pour aller à partir de 7.3 jusque 8.0, on abandonne les versions 32-bit avec les versions plus récentes.
Je ne m'explique pas votre problème quand même.
S'il y a un fichier .bashrc dans le répertoire principal, essayez un peu de changer son nom en n'importe quoi d'autre ?
phpinfo.php ne fonctionne toujours pas après ces changements ?
Bonjour, alors il n'y a pas de fichier .bashrc,
lorsque je supprime .htaccess + .ovhconfig
la page http://1curchod.com/phpinfo.phpcurchod.com/phpinfo.php
renvoie cette erreur :
Warning: main(DIR/wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/projecti/www/index.php on line 17
Fatal error: main() [function.require]: Failed opening required 'DIR/wp-blog-header.php' (include_path='.:/usr/local/lib/php') in /home/projecti/www/index.php on line 17
Là je viens de remettre le .ovhconfig avec stable64 seulement (sans le .htaccess)
Là j'ai une autre erreur qui s'affiche : Erreur lors de la connexion à la base de données
```text
Toujours en erreur 500
Dites-moi, avec quel éditeur de textes composez-vous vos fichiers ? ```
Bonjour j'édite avec textedit sur Mac.
La je viens de refaire le fichier wp_config, et j'ai saisi a nouveau le mots de passe de la base de donnée et cela fonctionne, j'avais du le changer lorsque j'essayais d'accéder à ma base de donnée pour trouver la solution, et il n'a pas était modifié dans le wp-config.
Donc ça ne venait pas d'OVH, mais seulement d'une erreur que j'ai commise...
Un grand merci pour vos conseil et le temps passé pas trouver une solution.
Bonne journée
Par exemple sur votre page:
`
Ca ne fait pas une erreur 500, mais un message clair qui dit qu'il ne peut pas accéder à la base de données.
J'ai crié victoire trop vite.
Le site est revenu un moment, j'ai voulu remettre le firewall et depuis je n'accede plus au site :
le message d'erreur c'est que : mon site n'est pas installé.
Je vies de désactiver à nouveau le firewall et là le site est revenu
Envoi en cours…
Méfiez-vous, vous avez peut-être une copie qui traîne dans le cache de votre navigateur.