Jump to content
xt:Commerce Community Forum

was mach ich damit ? /index.php?page=product&info=33


derfuchs

Recommended Posts

hallo

shopversion 4.1 Veyton

ich habe in meinem shop eine meldung vom webmastertool erhalten, das ich doppelte metabeschreibung habe

und zwar hier

http://www.candy2go.de/de/shokomonk-trinkschokolade-weisse-vanille-200g.html

http://www.candy2go.de/index.php?page=product&info=33

ist der gleiche artikel....

das gleiche habe ich auch bei verschiedenen kategorien und produkte.

was mach ich mit der 2 url ? kann ich die irgendwie löschen.

hab über das webmastertool die löschung beantragt aber die ist immer noch zu erreiche.

die wurde wohl damals erstellt bevor auf die suma - urls umgestiegen bin.

oder muss ich die links umleiten lassen per .htacces ?

wenn ja bräuchte ich da hilfe da ich kein prog. bin

hier auch schonmal meine htaccses..

---------------------------------

RewriteEngine on

RewriteBase /

#RewriteRule !.(js|ico|gif|jpg|png|css)$ index.php

DirectoryIndex index.php

SetEnv HTTP_MOD_REWRITE 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

<IfModule mod_expires.c>

ExpiresActive On

ExpiresDefault "access plus 1 seconds"

ExpiresByType image/x-icon "access plus 2692000 seconds"

ExpiresByType image/jpeg "access plus 2692000 seconds"

ExpiresByType image/png "access plus 2692000 seconds"

ExpiresByType image/gif "access plus 2692000 seconds"

ExpiresByType application/x-shockwave-flash "access plus 2692000 seconds"

ExpiresByType text/css "access plus 2692000 seconds"

ExpiresByType text/javascript "access plus 2692000 seconds"

ExpiresByType application/x-javascript "access plus 2692000 seconds"

</IfModule>

<IfModule mod_headers.c>

<FilesMatch ".(ico|jpe?g|png|gif|swf|css|js)$">

Header set Cache-Control "max-age=2692000, public"

</FilesMatch>

Header unset ETag

Header unset Last-Modified

</IfModule>

----------------------------------------------------------

danke für eure hilfe !

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...