@vitago GmbH
Mein Hoster ist 1&1 ( ich weiß, ist nicht gerade der Favorit) und das einzige was er bei der Installation angemeckert hatte war
PHP-Extensions / Webserver
- Apache Mod-Rewrite angeblich 0 (ist aber mittlerweile bei 1&1 standartmäßig aktiviert)
und beim Speicher hatte er keine 256 sondern nur 128
hier meine php. ini
zend_extension =/homepages/13/d1xxxxxx/htdocs/Ioncube/ioncube_loader_lin_5.6.so
memory_limit = 90M;
upload_max_filesize = 40M;
max_execution_time = 50000;
max_input_vars = 5000;
browscap = /usr/lib/browscap.ini
;
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING
url_rewriter.tags = “a=href,area=href,frame=src,form=fakeentry,fieldset=”;
mysql.default_socket = “/tmp/mysqld.sock”
mysqli.default_socket = “/tmp/mysqld.sock”
session.save_path = “/tmp”
sendmail_path = “/usr/sbin/sendmail -t -i”
extension_dir = “/usr/lib/php/extensions/no-debug-non-zts-20060613”
memory_limit = 256M;
upload_max_filesize = 20M;
magic_quotes_gpc = Off;
allow_url_fopen = on;
und hier noch die htaccess
RewriteEngine on
RewriteBase /
RewriteRule ^(.*).html$ test/index.html
RewriteRule shopware.dll shopware.php
RewriteRule files/documents/.* engine [NC,L]
RewriteRule application.yaml engine [NC,L]
RewriteRule images/ayww/(.*) images/banner/1
RewriteRule sitemap.xml(.\*) shopware.php?controller=SitemapXml
RewriteRule templates/.\*(css|js) engine/backend/php/sCacheTemplate.php?file=0 [NC,L]
RewriteRule engine/core/php/sAjaxSearch.php engine/backend/php/sAjaxSearch.php [NC,L]
RewriteRule engine/core/php/campaigns.php$ engine/backend/php/campaigns.php [NC,L]
RewriteCond %{REQUEST_URI} !(engine/|images/|files/|templates/|.js$|.css$|.jpg$|.png$)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ shopware.php [PT,L,QSA]
DirectoryIndex index.php
DirectoryIndex shopware.php
Deny from all
Options -Indexes
Options -MultiViews
#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
wie gesagt Backend funzt
@Toric
habe das mehrfach versucht zu aktualisieren, habe das template auch schon mehrfach neu geladen und kompiliert, habe auch schon ein anderes Temp. versucht, das selbe Ergebnis