Duplicate content - URL ist per .de und index.php erreichbar
Hallo,
mein Problem: Duplicate content - URL ist per .de und index.php erreichbar
Unser CMS erzeugt automatisch eine index.php (darauf habe ich keinen Einfluss)
auf Suche nach einer Lösung bin ich auf die .htaccess Variante gestossen.
RewriteEngine On
RewriteRule ^index\.(php|html)$ www.domain.de [R=301,L]
An welcher Stelle der .htaccsess muss ich die Zeile einfügen? Unsere .htaccess sieht so aus:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.domain.de$ [NC]
RewriteRule ^(.*)$ www.domain.de/$1 [R=301,L]
ErrorDocument 401 /fehlerseiten/error401.php
ErrorDocument 403 www.domain.de/fehlerseiten/error403.php
ErrorDocument 404 www.domain.de/fehlerseiten/error404.php
ErrorDocument 500 www.domain.de/fehlerseiten/error500.php
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
Vielen Dank für die Mühen!
Rüdiger
Beitrag erstellen
EinloggenKostenlos registrieren