ringschmuck Posted July 23, 2012 Report Share Posted July 23, 2012 Hallo, nutze veyton 4.0.14 auf profihost und habe folgendes Problem: Suma-URL funktioniert alles bis auf Content-Dateien wie Versandkosten, AGB, Widerruf. Werden die angeklickt, folgt eine 404 Site!? Gebe ich das im Browser ein .../shop/de/Liefer-und-Versandkosten?coID=1 - folgt ebenso die 404, klar! Muss da noch was im Shop konfiguriert werden, die htacces kann es glaube ich nicht sein? Hier meine .htaccess RewriteBase /shop RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) - [PT,L] RewriteRule ^(.*)products\/(.+)\.html$ product_info.php?bluegatemapto=product&linkurl=$2 [qsappend,L] RewriteRule ^(.*)content\/(.+)\.html$ shop_content.php?bluegatemapto=content&linkurl=$2 [qsappend,L] RewriteCond %{REQUEST_FILENAME} !\.html$ RewriteRule ^(.*)$ index.php?bluegatemapto=category&linkurl=$1 [qsappend,L] Link to comment Share on other sites More sharing options...
soap Posted August 4, 2012 Report Share Posted August 4, 2012 hallo ringschmuck, Version 4.0.15 dein problem ist auch mein problem. (selber hoster) habe ca 3000 artikel im shop. wenn die artikel gelöscht sind dann passt es. pars time bei den artikeln ca. 0,5 bei ALLEN Content Links eine Pars Zeit von 7!! hier meine .htaccess # RewriteEngine on # RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php # Liste der Dateiendungen die als PHP5 verarbeitet werden sollen AddHandler php-fastcgi5.3 .php .php5 .phtml DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/extAdmin/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php soap Link to comment Share on other sites More sharing options...
Ballonsupermarkt Posted August 7, 2012 Report Share Posted August 7, 2012 ringschmuck, haben Sie schon versucht die Suma-URLs für die Contentseiten neu zu generieren? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.