Bonjour, on a donc essayé et le .htacces donne ceci :
SetEnv IONCUBE 1
SetEnv ZEND_OPTIMIZER 0
SetEnv PHP_VER 5
#php_flag register_globals off
#php_flag allow_fopen_url Off
AddDefaultCharset UTF-8
#Decommenter pour 1and1
AddType x-mapp-php5 .php
RewriteEngine On
# En cas d'erreur 500 decommenter un des deux RewriteBase suivants :
# Pour un zKup installe a la racine de votre hebergement
RewriteBase /
# Pour un zKup installe dans un sous dossier (dossier a preciser)
RewriteBase /dossier/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !^(app|core)/(.*)$
RewriteCond %{REQUEST_FILENAME} !(webroot)/(.*)$
RewriteCond %{REQUEST_FILENAME} !^(.*)loading(A|a)nimation\.gif(.*)$
RewriteRule (.*) index.php?url=$1 [NC,QSA,L]
#RewriteRule ^test/rewrite/ index.php [R]
Cependant cela donne toujours la même erreur :
http://crazycup.frCdlt seb.