rayban Posted 11 hours ago Share Posted 11 hours ago Hallo Forum, ich bin von einen anderen shopsystem umgestiegen auf prestashop, im google sind noch die alten urls vorhanden. wenn ich auf die alten links klicke bekomme ich weissen fenster mit 500 Server Error. wie kann ich es umleiten, wo kann man es einstellen?? welche einstellung ist die beste? in option Traffic & SEO habe ich nicht das richtige gefunden... einen schönen sonntag noch! Link to comment Share on other sites More sharing options...
rictools Posted 4 hours ago Share Posted 4 hours ago (edited) Das Problem hat mit Prestashop ja nichts zu tun, deshalb kann man da auch nichts einstellen. Du musst die alten URLs auf den neuen Shop (entweder pauschal (.*) auf die Startseite oder einzelne Seiten auf Unterseiten) weiterleiten, das macht man normalerweise in der .htaccess (im Verzeichnis der alten URLs). Edited 4 hours ago by rictools (see edit history) Link to comment Share on other sites More sharing options...
rayban Posted 2 hours ago Author Share Posted 2 hours ago (edited) Danke für diese information, ich konnte es per .htaccess umleiten auf startseite: vielleicht braucht es jemand: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)\.html$ / [R=301,L] </IfModule> vor dem hier einfügen: # ~~start~~ Do not remove this comment Edited 2 hours ago by rayban (see edit history) 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