← Domínios

Dúvida redireccionar domínio.

Lida 1685 vezes

Offline

Rogério Moreira 
Editor
Mensagens 1313 Gostos 11
Feedback +15

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

Pessoal tenho um domínio na Dynadot e queria redireccionar quem visitasse esse domínio para outro domínio.
Sabem como é?  :-k
Offline

civil 
Membro
Mensagens 31 Gostos 0
Feedback +1

Troféus totais: 16
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 3 Level 2 Level 1 10 Posts First Post Karma Seventh year Anniversary

Basta fazer um 301 redirect. Coloque um ficheiro .htaccess na raiz do domínio que quer redireccionar, com o seguinte conteúdo:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^dominioantigo.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.dominioantigo.com$
RewriteRule ^(.*)$ http://www.dominionovo.com/$1 [R=301,L]
Offline

civil 
Membro
Mensagens 31 Gostos 0
Feedback +1

Troféus totais: 16
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Level 3 Level 2 Level 1 10 Posts First Post Karma Seventh year Anniversary

Em alternativa pode utilizar directamente a função de redirect da Dynadot:

Nameserver->Fowarding->301 Redirect - Permanently moved

Webpage to Forward to: NovoDominio.com
Offline

Rogério Moreira 
Editor
Mensagens 1313 Gostos 11
Feedback +15

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

Em alternativa pode utilizar directamente a função de redirect da Dynadot:

Nameserver->Fowarding->301 Redirect - Permanently moved

Webpage to Forward to: NovoDominio.com

Ok obrigado