Jump to content

[solved]Produktfotos / Pfadproblem nach Update


Recommended Posts

hey freunde,

ich habe mal wieder ein problem und bin am verzweifeln.

 

nach meinem gestrigen update von 1.4.2.5. auf 1.4.4.1

klappen meine produktbilder nicht mehr.

 

(ich habe das update gemacht, weil der reiter module und zahlung nicht mehr mit content angezeigt wurde)

 

nun hier ist der alte funktionierende shop:

http://www.spack-medien.de/shop/

 

und hier der neue mit dem pfadproblem:

http://www.spack-medien.de/shop_neu/

 

wenn ich den pfad von ausgewählte produkte kopiere aus dem alten shop ist die url:

/shop/img/p/60-101-home.jpg

 

aus dem neuen shop:

/shop/img/p/1/0/1/101-home.jpg

 

der pfad ist ja ganz anders, er kann die bilder ja nicht finden,

ich schätze es hat was mit ner neuen anordnung der kategorien in den pfaden zu tun, aber wie bekomm ich meine alten bilder wieder rein ohne jedes einzelne neu einzustellen?

 

zur info ich habe wie in der update anleitung den alten img ordner in den neuen reinkopiert via ftp.

 

auch die unbenennung der verzeichnisse (wenn ich shop_neu in shop umbenenne bringt keine besserung)

 

htaccess hab ich neu generieren lassen, und cache gelöscht... nichts...

 

bitte helft mir....

Link to comment
Share on other sites

hallo! an dem linkpfad seht ihr doch das nicht das /shop/ das problem ist sondenr die ordner struktur die verändert ist bei dem neuem und dem alten...

 

ich hab den shop unter /shop/ und /shop_neu/ getestet.. sowie in der config den pfad mit geändert....

 

wo ist denn die htaccess überhaupt? ich seh die nicht - (ja lasse mir auch versteckte dateien anzeigen)

 

(habs auch grad nochmal alles getestet, geht nicht)

Link to comment
Share on other sites

Die .htaccess ist im Root des Shops. Falls du sie nicht siehst, dann ist sie entweder garnicht angelegt worden, musst du händisch anlegen - einfach mit einem Editor eine leere Datei mit dem Namen .htaccess generieren und hochladen. Dann nochmals den Generator nutzen.

Link to comment
Share on other sites

die sieht so aus:

 

 

 

<IfModule mod_rewrite.c>

# URL rewriting module activation

RewriteEngine on

 

# URL rewriting rules

RewriteRule ^api/?(.*)$ /shop_neu/webservice/dispatcher.php?url=$1 [QSA,L]

</IfModule>

 

# Catch 404 errors

ErrorDocument 404 /shop_neu/404.php

Link to comment
Share on other sites

Das kann nicht sein. Bist du sicher, dass du weder etwas an Dateien geändert hast bzw., eine Original Prestaversion hast und kein Fork ?

 

Die .htaccess sieht nämlich so aus und das ist Standard, wenn du verinfachte URL's ausgewählt hast und Optimierung.

Ohne Optimierung fallen die letzten Beiden Blöcke weg, also nur bis "ErrorDocument 404 /144/404.php" :

 

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# WARNING: PLEASE DO NOT MODIFY THIS FILE MANUALLY. IF NECESSARY, ADD YOUR SPECIFIC CONFIGURATION WITH THE HTACCESS GENERATOR IN BACK OFFICE
# http://www.prestashop.com - http://www.prestashop.com/forums


<IfModule mod_rewrite.c>
# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^api/?(.*)$ /shop_neu/webservice/dispatcher.php?url=$1 [QSA,L]
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1-$2$3.jpg [L]
RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1-$2.jpg [L]
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$1$2.jpg [L]
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$1$2$3.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$1$2$3$4.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$4/$1$2$3$4$5.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteRule ^c/([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/c/$1$2.jpg [L]
RewriteRule ^c/([a-zA-Z-]+)/[a-zA-Z0-9-]+\.jpg$ /shop_neu/img/c/$1.jpg [L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /shop_neu/product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]* /shop_neu/category.php?id_category=$1 [QSA,L]
RewriteRule ^[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /shop_neu/product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*) /shop_neu/supplier.php?id_supplier=$1 [QSA,L]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*) /shop_neu/manufacturer.php?id_manufacturer=$1 [QSA,L]
RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*) /shop_neu/cms.php?id_cms=$1 [QSA,L]
RewriteRule ^content/category/([0-9]+)\-([a-zA-Z0-9-]*) /shop_neu/cms.php?id_cms_category=$1 [QSA,L]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /shop_neu/img/c/$1$2.jpg [L]
RewriteRule ^seite-nicht-gefunden$ /shop_neu/404.php [QSA,L]
RewriteRule ^adresse$ /shop_neu/address.php [QSA,L]
RewriteRule ^adressen$ /shop_neu/addresses.php [QSA,L]
RewriteRule ^authentifizierung$ /shop_neu/authentication.php [QSA,L]
RewriteRule ^verkaufshits$ /shop_neu/best-sales.php [QSA,L]
RewriteRule ^warenkorb$ /shop_neu/cart.php [QSA,L]
RewriteRule ^kontaktieren-sie-uns$ /shop_neu/contact-form.php [QSA,L]
RewriteRule ^discount$ /shop_neu/discount.php [QSA,L]
RewriteRule ^auftragsverfolgung-gast$ /shop_neu/guest-tracking.php [QSA,L]
RewriteRule ^bestellungsverlauf$ /shop_neu/history.php [QSA,L]
RewriteRule ^kennung$ /shop_neu/identity.php [QSA,L]
RewriteRule ^hersteller$ /shop_neu/manufacturer.php [QSA,L]
RewriteRule ^mein-Konto$ /shop_neu/my-account.php [QSA,L]
RewriteRule ^neue-Produkte$ /shop_neu/new-products.php [QSA,L]
RewriteRule ^bestellung$ /shop_neu/order.php [QSA,L]
RewriteRule ^bestellungsverfolgung$ /shop_neu/order-follow.php [QSA,L]
RewriteRule ^schnell-bestellung$ /shop_neu/order-opc.php [QSA,L]
RewriteRule ^bestellschein$ /shop_neu/order-slip.php [QSA,L]
RewriteRule ^kennwort-wiederherstellung$ /shop_neu/password.php [QSA,L]
RewriteRule ^angebote$ /shop_neu/prices-drop.php [QSA,L]
RewriteRule ^suche$ /shop_neu/search.php [QSA,L]
RewriteRule ^sitemap$ /shop_neu/sitemap.php [QSA,L]
RewriteRule ^shops$ /shop_neu/stores.php [QSA,L]
RewriteRule ^zulieferer$ /shop_neu/supplier.php [QSA,L]
</IfModule>

# Catch 404 errors
ErrorDocument 404 /shop_neu/404.php

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...