Redirecionando ao antigo domínio após a migração
-
-
Eu adicioneiessas linhasno wp-config.phpe funcionou. `Definir ('WP_SITEURL','https://domain.com'); Definir ('WP_HOME','https://domain.com'); `I have added these lines in wp-config.php and it worked. `define('WP_SITEURL', 'https://domain.com'); define('WP_HOME', 'https://domain.com');`
- 2
- 2018-06-12
- Vignesh Chinnaiyan
-
Verifiqueeste link quepode ser útilpara você.https://www.phparticles.com/wordpress/replace-old-to-new-url-in-the-wordpress-database/Check this link which might be helpful to you. https://www.phparticles.com/wordpress/replace-old-to-new-url-in-the-wordpress-database/
- 0
- 2020-07-20
- Mr.Happy
-
6 respostas
- votos
-
- 2015-05-07
Meuproblema é resolvido,estoupostandoisso como uma respostapara que alguémpossa sebeneficiar.
Meuproblemafoi,
siteurl
ehomeurl
nãoforam atualizados,entãoeu coloqueidefinir ('realocar',true);
nomeuwp-config.php
arquivo.Enovamentetentou acessar o site,foipara o URL correto,mastodo ocss
sefoi. Entãoeufuiparawp-admin
e também veio comnenhumcss
mas aindatentei fazer login,mas desta vezme levoupara o URL corretoeCom CSS
Página de login,masnãofez o login. Então,novamenteeutentei fazer logine desta vezeufiz login com sucesso. Entãoeumudeitanto os URLsConfigurações
nopainel Admin.Depois disso,você deveexcluirtodos os arquivos de cache do seunavegadorparaexcluir otipo Anny de redirecionamentopersistente.
Espero queisso ajude alguém a lidar com omesmoproblema.
My issue is resolved, I am posting this as an answer so that someone else can benefit out of it.
My issue was,
siteurl
andhomeurl
were not updated, so I have placeddefine('RELOCATE',true);
in mywp-config.php
file. And again tried to access the website , it gone to the correct url but all thecss
was gone. Then I headed over towp-admin
and it also came with nocss
but still I tried to login but this time it has taken me to the correct url andwith css
login page but didn't logged in. Then Again I have attempted to login and this time I have logged in successfully. Then I have changed both theurls
fromsettings
in the admin panel.After this you must to delete all your browser cache files to delete anny kind of persistant redirection.
Hope this helps someone else dealing with the same problem.
-
Issofez otruqueparamim!That did the trick for me!
- 0
- 2018-11-29
- Avishai
-
Oi!Estoume perguntandoparadeirono seu arquivo de configuração que você adicionouisso,porqueestoutentandoem vários lugares compouco sucesso.Hi! I'm wondering whereabouts in your config file you added this, because I'm trying at several places with little success.
- 0
- 2018-12-10
- QuestionerNo27
-
- 2015-08-29
Eutive omesmoproblema (funcionabem agora),aqui é o queeufiz
Em vez detentar acessar opainel de administração whit yoursite.com/wp-Admineutentei com o seu site.com/wp-login.phpe demoreipara opainel de administração domeunovo site.Entãoeumudei o domínio do siteem ambientesgerale agorafuncionamuitobem.
I had the same problem (works fine now), here is what i done
instead of try to access to the admin panel whit yoursite.com/wp-admin i tried with yoursite.com/wp-login.php and it took me to the admin panel of my new site. Then I changed the site domain in general settings and now it works just fine.
-
Obrigado,eupudeeditar as configuraçõese agora aspáginasinternasestãofuncionandobem,mas apáginainicialnãoestáfuncionando.Eu atualizei opermalinksn o URLpara apáginainicialThanks, I was able to edit the settings and now the internal pages are working just fine but the home page is not working. I have updated the permalinks n the url for the home page
- 0
- 2019-01-03
- viCky
-
- 2018-04-23
Execute o seguinte quandoestiver alterando o domínio:
UPDATE wp_options SET option_value = 'https://yournew.domain' WHERE option_name = 'siteurl'; UPDATE wp_options SET option_value = 'https://yournew.domain' WHERE option_name = 'home';
Run the following when you are changing domain:
UPDATE wp_options SET option_value = 'https://yournew.domain' WHERE option_name = 'siteurl'; UPDATE wp_options SET option_value = 'https://yournew.domain' WHERE option_name = 'home';
-
Mas claramentenão é suficiente.O antigo domínio aindaestará armazenadoem posts,barras laterais,outras opçõese assimpor diante ...But it's clearly not enough. The old domain will be still stored in posts, sidebars, other options and so on...
- 0
- 2018-05-25
- Krzysiek Dróżdż
-
- 2017-02-26
Alterar o campo WP_OPtions ajudará umpouco,mas às vezes suaspáginas,postse plugins usarão referências absolutas aimagense outros arquivos.Nesse caso,vocêprecisará atualizartodo obanco de dados.Comonão háfácil "substituirtudo"em phpmyadmin (amenos que você construa umainstrução de atualizaçãono SQL),émelhorpara:
- .
- Backup detodo obanco de dados como um arquivo SQL.(Euincluiria a opção databela de queda)
- Exportetodo obanco de dados como um arquivo SQL (texto)e abri-loem umeditor detexto.(Eu uso notepad ++ )
- faça um Substituatodos os detodas asinstâncias do seu antigo domínio com seunovo domínio.(i.e. olddomain.com comnewdomain.com)
- Salve o SQL atualizadoe importe-o de volta aophpmyadmin.
voila!
Changing wp_options field will help a little, but sometimes your pages, posts and plugins will use absolute references to images and other files. In this case, you'll need to update the entire database. Since there's no easy "replace all" in phpMyAdmin (unless you construct an UPDATE statement in SQL), it's best to:
- Backup your entire database as an sql file. (I would include the DROP TABLE option)
- Export your entire database as a sql (text) file and open it in a text editor. (I use Notepad++)
- Do a Replace All of all instances of your old domain with your new domain. (i.e. olddomain.com with newdomain.com)
- Save the updated SQL and import it back into phpMyAdmin.
Voila!
-
Seissonão resolvertotalmente oproblema: 1. Verifique se há referências do seu domínio antigono WP-Config.php 2. Renomeietemporariamente o seu arquivo .htaccess 3. Movatemporariamente quaisquerpastas deplug-in de segurança ou de segurança ou PermalinkIf this doesn't fully resolve the problem: 1. Check for any references of your old domain in wp-config.php 2. Temporarily rename your .htaccess file 3. Temporarily move any security or permalink rewrite plugin folders
- 0
- 2017-02-26
- Tone Williams
-
Eu acho queesta é a soluçãomais abrangente.Perguntopor queeu sou aprimeirapessoainvocadaI think this is the most comprehensive solution. Wonder why I'm the first person upvoting
- 0
- 2018-07-25
- che-azeh
-
Esta é amelhor solução ... Sidenote: Se você usar o CloudFlare,limpe seu cacheno seu console CloudFlare!This is the best solution... SIDENOTE: If you use cloudflare, clear your cache in your cloudflare console!
- 0
- 2020-05-18
- Evan Parsons
-
- 2016-09-20
Altere o arquivo debanco de dados de URLno PHPMYAdmin.Significa seu link de URL real.Em seguida,abra apágina do WP-Admin .. com o link WP-Login.php .. Digite sua autenticaçãoe,em geral,na configuraçãogeral,altere o diretório de URLnovamentee acesse o site.
Change the URL in option database file in phpmyadmin. Means your actual URL link. Then open wp-admin page..with wp-login.php link.. Type your authentication then in general setting change the URL directory again and access the website.
-
- 2016-10-03
Para apenasexpandir a resposta do reezppo,
abertophpmyadminem seu cPanele,em seguida,cliqueno arquivo wp_optionse,em seguida,você verá ummonte de campos que vocêpode alterare você verá o URL antigo que vocêpode alterarmanualmentepara onovo URL (em dois lugares).Em seguida,salve-oe voltepara o yoursite.com/wp-login.phpe devepermitir que vocêfaça o login sem redirecionar.Lembre-se que vocêestaráfazendo login com onome de usuárioe senha do WordPress antigo (aquele do site original que vocêmudou).
To just expand on Reezppo's answer,
Open PHPMyadmin in your cPanel and then click on the wp_options file and then you will see a bunch of fields that you can change and you will see the old url which you can then change manually to the new url (in two places). Then save it and go back to yoursite.com/wp-login.php and it should let you login without redirecting. Remember you will be logging in with the old Wordpress username and password (the one from the original site that you have moved).
Eumovi um domeu sitepara umnovo domínio,abaixo é o queeufiz.
Agora,problemas queestouenfrentando são:
.- Todos os linksestãoindopara o antigo domínio.
- Todas asimagensestão vinculadas ao antigo domínio.
-
wp-admin
também é redirecionadopara o antigo domínio quandoeutentoexecutarmydomain.com/wp-admin
Porfavor,ajude setiver algumaideia sobreisso,qualquer ajuda seriamuito apreciada.