FernandesZ Posted February 13, 2015 Share Posted February 13, 2015 Olá mus amigos, por favor me ajudem já não sei mais oque fazer... Eu já consegui redirecionar a index: www.novatogames.org para www.novatogames.net Mas os posts não estão redirecionando: http://www.novatogames.org/2015/02/rugby-15-pc/ para http://www.novatogames.net/2015/02/rugby-15-pc/ Por me ajudem :rolleyes: 0 Quote Link to comment Share on other sites More sharing options...
LeandroSA Posted February 13, 2015 Share Posted February 13, 2015 Caso sua hospedagem permita , coloque o um domínio como adicional em Aliases. 0 Quote Link to comment Share on other sites More sharing options...
Thiago Sabaia Posted February 13, 2015 Share Posted February 13, 2015 Basta você criar um .htaccess no dominio que deseja redirecionar e colocar o código abaixo. Ou então use a propria ferramenta de redirecionamento do cPanel. RewriteEngine On RewriteCond %{HTTP_HOST} ^novatogames.org RewriteRule ^ http://www.novatogames.net%{REQUEST_URI} [L,R=301] 0 Quote thiagosabaia.net Link to comment Share on other sites More sharing options...
FernandesZ Posted February 13, 2015 Author Share Posted February 13, 2015 Acabo de adicionar: Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} ^novatogames.org [NC] RewriteRule ^(.*)$ http://novatogames.net/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.novatogames.org [NC] RewriteRule ^(.*)$ http://novatogames.net/$1 [L,R=301] Estou aguardando o cash atualizar para ver se vai funcionar, se não der vou tentar oque você colocou, será que este da certo ? 0 Quote Link to comment Share on other sites More sharing options...
Pedro Sodre Posted February 13, 2015 Share Posted February 13, 2015 Acabo de adicionar: Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} ^novatogames.org [NC] RewriteRule ^(.*)$ http://novatogames.net/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.novatogames.org [NC] RewriteRule ^(.*)$ http://novatogames.net/$1 [L,R=301] Estou aguardando o cash atualizar para ver se vai funcionar, se não der vou tentar oque você colocou, será que este da certo ? Não costuma ter cache para .htaccess. 0 Quote Link to comment Share on other sites More sharing options...
AntonioDuarte Posted February 13, 2015 Share Posted February 13, 2015 No .htaccess basta usar somente isso no domínio antigo: RewriteEngine on RewriteBase / RewriteRule ^(.*)$ http://www.novatogames.net/$1[NC,R=301,L] 0 Quote Link to comment Share on other sites More sharing options...
FernandesZ Posted February 13, 2015 Author Share Posted February 13, 2015 Basta você criar um .htaccess no dominio que deseja redirecionar e colocar o código abaixo. Ou então use a propria ferramenta de redirecionamento do cPanel. RewriteEngine On RewriteCond %{HTTP_HOST} ^novatogames.org RewriteRule ^ http://www.novatogames.net%{REQUEST_URI} [L,R=301] Adicionei no .htaccess do antigo domínio e não funcionou :/ 0 Quote Link to comment Share on other sites More sharing options...
Thiago Sabaia Posted February 13, 2015 Share Posted February 13, 2015 Você está com o Wordpress instalado nos 2 domínios? se tiver, apaga e deixa apenas no que você pretende usar. 0 Quote thiagosabaia.net Link to comment Share on other sites More sharing options...
FernandesZ Posted February 13, 2015 Author Share Posted February 13, 2015 No .htaccess basta usar somente isso no domínio antigo: RewriteEngine on RewriteBase / RewriteRule ^(.*)$ http://www.novatogames.net/$1[NC,R=301,L] Antonio infelizmente não funcionou, adicionei no .htaccess do antigo dominio e nada :/ 0 Quote Link to comment Share on other sites More sharing options...
FernandesZ Posted February 13, 2015 Author Share Posted February 13, 2015 Sim esta nos 2 domínios, devo apagar de vez tudo da pasta novatogames.org e deixar somente na .net? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.