IonCube Loader & mod_rewrite

Hallo, ich weiß, dass es schon öfter anmerkungen über 1&1 gab und viele jetzt schon abschalten aber der Server besteht schon lange und lt. angaben von 1&1 ist der Loader kein Problem da es sich um einen Dual Unlimited handelt. 3 Tage sitze ich jetzt dran. Bisher ohne erfolg. Beim Intallationscheck gibt er mir zwei gelb hinterlegte Werte an. ionCube Loader 4.0.2 0 mod\_rewrite 1 0 Der Shop liegt im Unterverzeichnis /shop Ich habe im Root ein Verzeichnis (ioncube) erstellt, die .so und ts.so dateien + loader-wizard.php + php.ini hineingepackt. Wenn ich jetzt den Wirad aufrufe bekomme ich folgende Fehlermeldung: ionCube Loader Wizard To use files that have been protected by the ionCube PHP Encoder, a component called the ionCube Loader must be installed. There may not be an ionCube Loader available for your type of system at the moment. However, if you create a support ticket more advice and information may be available to assist. Please include the URL for this Wizard in your ticket. Die php.ini sieht wie folgt aus: zend\_extension =/homepages/21/d507082410/htdocs/ioncube/ioncube\_loader\_lin\_5.4.so Auf dem Server läuft php 5.4. Der letzte Fehler ist, dass ich mod_rewrite nicht aktiviert bekomme. Die .htaccess habe ich angepasst. Leider auch ohne erfolg. [code]
RewriteEngine on

RewriteBase /shop

RewriteRule shopware.dll shopware.php
RewriteRule files/documents/.* engine [NC,L]
RewriteRule backend/media/(.*) media/$1 [NC,L]

RewriteCond %{REQUEST_URI} !(/(engine|files|templates)/)
RewriteCond %{REQUEST_URI} !(/media/(archive|banner|image|music|pdf|unknown|video)/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ shopware.php [PT,L,QSA]
# Staging-Rules start #SetEnvIf Host „staging.test.shopware.in“ ENV=staging DirectoryIndex index.html DirectoryIndex index.php DirectoryIndex shopware.php # Disables download of configuration
Deny from all
# Enable gzip compression
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/json


ExpiresActive on
ExpiresDefault „access plus 1 month“
FileETag None

Header append Cache-Control „public“
Header unset ETag


# Disables auto directory index
Options -Indexes

Options -MultiViews

php_value memory_limit 128M

php_value max_execution_time 120

php_value upload_max_filesize 20M

php_flag phar.readonly off
php_flag magic_quotes_gpc off
php_flag session.auto_start off
php_flag suhosin.session.cryptua off
php_flag zend.ze1_compatibility_mode off
# AddType x-mapp-php5 .php # AddHandler x-mapp-php5 .php [/code] Ich drehe langsm durch. Da lob ich mir Profihost. Ich wäre dankbar um jede Hilfe.

IonCube hab ich hinbekommen. Hatte den Ordner und den Wizard im Hauptverzeichnis. Hab den Shop jetzt auch in das Hauptverzeichnis geschoben und siehe da… läuft. Nur mod_rewrite bekomme ich nicht auf 1 habe die htaccess jetzt in [code]
RewriteEngine on

RewriteBase /

RewriteRule shopware.dll shopware.php
RewriteRule files/documents/.* engine [NC,L]
RewriteRule backend/media/(.*) media/$1 [NC,L][/code]

geändert.

Ohne Erfolg. Was mache ich falsch?!

Versuch mal folgendes : RewriteBase /shopware