In fact the entire Wordpress migration procedure should be thoroughly pre-meditated so that you do not have problems as large as the size of the system in question.
I’ll show you a step of what needs to be done and recommend you start all over again as step by step demonstrated by erasing every procedure done so far and starting again to make sure it’s all right.
- Once you have finished your system
zip
the root folder ...
- Export the zip file to the final destination and
unzip
the file ...
- Access the wp-config.php and put the new data group information ...
- Export to
DB
in .sql or .tar gz. or any extension supported by the import ...
- Import this
DB
to your new bank and go on the table wp-options ...
- In this table, you will modify the column option_name=>siteurl ...
- In option_name=>siteurl put the
url
of the definitive domain ...
After you have done all these steps, you must access dominiodefinitivo.com.br/wp-admin and enter the nome de usuário
and senha
on the login screen and once you open the administrative area you should immediately go to Configurações => Geral
and modify the url’s as shown in the image below:
If developed the site without touching the structures of CMS
and without having inserted manual links in theme
, when accessing your domínio definitivo
everything will be okay.
I hope I’ve helped.
Excellent answer, I updated my question. I’m having error in the internal pages now.
– Felipe Viero Goulart
You are in serious import problem because
http://www.encamisetados.com.br/
not going to the same place ashttp://encamisetados.com.br/
... look forward to your interaction.– Marcos Vinicius
Only if I change from "with www" to "no www".
– Felipe Viero Goulart
You can try but I don’t think this is the source of the problem yet. Try to erase everything in the definitive domain and start according to step by step.
– Marcos Vinicius
I think that is not the problem, I updated my question, with an image at the end of how it is.
– Felipe Viero Goulart
I found the problem. It was with the permanent links. I solved it with this https://wordpress.org/plugins/rewrite-flush-buttonplugin/
– Felipe Viero Goulart