FD


Search help:


[Domain] Domain über DNS zu google-sites umleiten

Solution

Soll eine Seite direkt auf Google-Sites per DNS weiter geleitet werden, dann muss der DNS Eintrag angepasst werden.

Beispiel für DNS Eintragung:

@ IN A 216.239.38.21
@ IN A 216.239.36.21
@ IN A 216.239.34.21
@ IN A 216.239.32.21
localhost IN A 127.0.0.1
mail IN A <server-ip>
* IN CNAME ghs.googlehosted.com.
ftp IN CNAME www
imap IN CNAME www
loopback IN CNAME localhost
pop IN CNAME www
relay IN CNAME www
smtp IN CNAME www
www IN CNAME ghs.googlehosted.com.
@ IN MX 10 mail
@ IN TXT "google-site-verification=8NiYJ6-4n8vz3-EgYQOMxvXZ4JwVNUKSNs"


Weiterleitung ohne Subdomain (bsp. ohne www):
Wir leiten Anfragen ohne www automatisch auf http://www. um.

RewriteCond %{HTTP_HOST} ^beispieldomain\.de$ [NC]
RewriteRule ^(.*)$ http://www.beispieldomain.de/$1 [L,R=301]

 

 
Was this article helpful? yes / no
Article details
Article ID: 7
Category: Domain
Date added: 2014-09-05 19:31:08
Views: 2798
Rating (Votes): Article rated 3.3/5.0 (76)

 
« Go back