htacess welches script?
Verfasst: 19.02.2008, 12:17
hallo was ist am sinnvolsten im hinblick auf die google positionen:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^index.html$ https://www.xxxx.com/index.html [R=301,L]
oder wo ich dann jede unterseite mit eintragen muss,
Redirect permanent /1bla.html https://www.neue-domain.de/1bla.html
Redirect permanent /2bla.html https://www.neue-domain.de/2bla.html
Redirect permanent /3bla.html https://www.neue-domain.de/3bla.html
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^index.html$ https://www.xxxx.com/index.html [R=301,L]
oder wo ich dann jede unterseite mit eintragen muss,
Redirect permanent /1bla.html https://www.neue-domain.de/1bla.html
Redirect permanent /2bla.html https://www.neue-domain.de/2bla.html
Redirect permanent /3bla.html https://www.neue-domain.de/3bla.html