double content
Verfasst: 23.09.2010, 15:51
meine seite verfügt über eine www und einer speaking url weiterleitung, ersichtlich aus dem code.
nun habe ich überall wo ich eine speaking url habe, double content. bisher habe ich es nicht geschafft einzurichten das man von der php?=x version direkt auf die speaking url umgeleitet wird.
jemand der mir das kurz erklären kann?
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^bilifotos.ch [nc]
rewriterule ^(.*)$ https://www.bilifotos.ch/$1 [r=301,nc]
rewriterule (.*)https://www.bilifotos.ch/index.php https://www.bilifotos.ch/fotoshooting-luzern [r=301,nc]
RewriteRule (.*)fotoshooting-luzern index.php
RewriteRule (.*)fotograf-luzern index.php?s=aboutme
RewriteRule (.*)fotostudio-fotos index.php?s=fotos
RewriteRule (.*)information-ueber-das-fotoshooting index.php?s=information
RewriteRule (.*)kontaktformular index.php?s=contact
RewriteRule (.*)bewerbungsfoto index.php?s=bewerbung
RewriteRule (.*)fotoshooting-paare index.php?s=paare
RewriteRule (.*)fotoshooting-min index.php?s=min
RewriteRule (.*)fotoshooting-max index.php?s=max
RewriteRule (.*)fotoshooting-familie index.php?s=familie
RewriteRule (.*)fotoshooting-lehrlinge index.php?s=lehrlinge
RewriteRule (.*)links index.php?s=links
nun habe ich überall wo ich eine speaking url habe, double content. bisher habe ich es nicht geschafft einzurichten das man von der php?=x version direkt auf die speaking url umgeleitet wird.
jemand der mir das kurz erklären kann?
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^bilifotos.ch [nc]
rewriterule ^(.*)$ https://www.bilifotos.ch/$1 [r=301,nc]
rewriterule (.*)https://www.bilifotos.ch/index.php https://www.bilifotos.ch/fotoshooting-luzern [r=301,nc]
RewriteRule (.*)fotoshooting-luzern index.php
RewriteRule (.*)fotograf-luzern index.php?s=aboutme
RewriteRule (.*)fotostudio-fotos index.php?s=fotos
RewriteRule (.*)information-ueber-das-fotoshooting index.php?s=information
RewriteRule (.*)kontaktformular index.php?s=contact
RewriteRule (.*)bewerbungsfoto index.php?s=bewerbung
RewriteRule (.*)fotoshooting-paare index.php?s=paare
RewriteRule (.*)fotoshooting-min index.php?s=min
RewriteRule (.*)fotoshooting-max index.php?s=max
RewriteRule (.*)fotoshooting-familie index.php?s=familie
RewriteRule (.*)fotoshooting-lehrlinge index.php?s=lehrlinge
RewriteRule (.*)links index.php?s=links