1
hallo hab da mal eine frage wenn ich das so mach ist das dann richtig
weiterleiten www ohne www
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*) http://domain.com/$1 [L,R=301]
und index.html auf domain.de
Redirect 301 /index.html http://domain.com
ist das so richtig?
Danke Denise
weiterleiten www ohne www
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*) http://domain.com/$1 [L,R=301]
und index.html auf domain.de
Redirect 301 /index.html http://domain.com
ist das so richtig?
Danke Denise