Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, @www.reawall.fr and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Message non lu
et le code de OVH :
;pour plus d'informations sur ce fichier:
; http://www.ovh.com/fr/g1175.format_du_point_ovhconfig
app.engine=php
app.engine.version=5.5
http.firewall=none
environment=production
Message non lu
tu peut créer des .logs ? pour que je puisse voir d’où viens ton problème.
essaye comme ceci ".htaccess" :
RewriteEngine On RewriteLog "ici ton chemin d'acces jusqu'au www !pour finir avec/rewrite.log" = exemple moi ("/var/www/wq7yal/www/rewrite.log") RewriteLogLevel 9
------
Options -Indexes
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteLog "/var/www/wq7yal/www/rewrite.log"
RewriteLogLevel 9
RewriteBase /
bizarre, surement que c'est pas le bon chemin d'acces, essaye de créer une erreur php comme ceci: <?php
echo $_SERVER["document_root"]
?>
dans un fichier que tu nomme logs.php dans ta racine, va voir sur ton site www.site..logs.php
pour ma par j'ai ça : Notice: Undefined index: document_root in /var/www/wgrzy3/www/logs.php on line 2
donc mon chemin : /var/www/wgrzy3/www
dans mon htaccess :