Publisher Posted June 22, 2012 Share Posted June 22, 2012 Hi miteinander! PS 1.4.2.5 Pretty URL: aktiviert Wenn ich unter My-Account in den Adressen eine neue Adresse hinzufüge, also ausfülle und abspeichere, werde ich nicht zurück zu den Adressen weitergeleitet. Es wird auf die gleiche Seite geleitet /adresse/ . Die Adresse wird aber in die Datenbank gespeichert und unter Meine Adressen auch ausgegeben. Ohne Pretty URL leitet er korrekterweise auf addressess.php addresses.tpl wurde nicht modifiziert. Wie könnte ich das fixen? Danke schon im Voraus für die Feedbacks! :-) .htaccess: # .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/?(.*)$ /webservice/dispatcher.php?url=$1 [QSA,L] RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2$3.jpg [L] RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2.jpg [L] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L] RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L] RewriteRule ^[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /product.php?id_product=$1 [QSA,L] RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]* /category.php?id_category=$1 [QSA,L] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*) /supplier.php?id_supplier=$1 [QSA,L] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*) /manufacturer.php?id_manufacturer=$1 [QSA,L] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms=$1 [QSA,L] RewriteRule ^content/category/([0-9]+)\-([a-zA-Z0-9-]*) /cms.php?id_cms_category=$1 [QSA,L] RewriteRule ^seite-nicht-gefunden$ /404.php [QSA,L] RewriteRule ^adresse$ /address.php [QSA,L] RewriteRule ^adressen$ /addresses.php [QSA,L] RewriteRule ^authentifizierung$ /authentication.php [QSA,L] RewriteRule ^verkaufshits$ /best-sales.php [QSA,L] RewriteRule ^warenkorb$ /cart.php [QSA,L] RewriteRule ^kontaktieren-sie-uns$ /contact-form.php [QSA,L] RewriteRule ^discount$ /discount.php [QSA,L] RewriteRule ^auftragsverfolgung-gast$ /guest-tracking.php [QSA,L] RewriteRule ^bestellungsverlauf$ /history.php [QSA,L] RewriteRule ^kennung$ /identity.php [QSA,L] RewriteRule ^hersteller$ /manufacturer.php [QSA,L] RewriteRule ^mein-Konto$ /my-account.php [QSA,L] RewriteRule ^neue-Produkte$ /new-products.php [QSA,L] RewriteRule ^bestellung$ /order.php [QSA,L] RewriteRule ^bestellungsverfolgung$ /order-follow.php [QSA,L] RewriteRule ^schnell-bestellung$ /order-opc.php [QSA,L] RewriteRule ^bestellschein$ /order-slip.php [QSA,L] RewriteRule ^kennwort-wiederherstellung$ /password.php [QSA,L] RewriteRule ^angebote$ /prices-drop.php [QSA,L] RewriteRule ^suche$ /search.php [QSA,L] RewriteRule ^sitemap$ /sitemap.php [QSA,L] RewriteRule ^shops$ /stores.php [QSA,L] RewriteRule ^zulieferer$ /supplier.php [QSA,L] </IfModule> # Catch 404 errors ErrorDocument 404 /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 More sharing options...
sueshi Posted September 13, 2012 Share Posted September 13, 2012 Gibt´s da schon was? Mein Kunde findet das nämlich auch recht ärgerlich ... Link to comment Share on other sites More sharing options...
guest* Posted September 13, 2012 Share Posted September 13, 2012 Ich verstehe nicht das Problem. Hat die .htaccess überhaupt Schreibrechte ? Was wurde geändert und geht nicht ? Browser-Cache auch schon geleert. Link der Seite per PM an mich bitte. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now