Want to change website using wordpress

Hello guys,
Presently I am running a website but with some issues like domain block in some countries. So i want to change the domain but the problem is I dont want to post again the all stuff of my website, is there any option or any wordpress plugin from which i can redirect my traffic to my new domain? If i export same database to new domain how can i replace my old domain to new domain?

posted edited by cpradio as the links aren’t necessary for solving the question

Ideally you will just use the same site and park two domains there right? Or if you really want to separate entities, you can backup and restore your wordpress install and then run through these steps.

https://codex.wordpress.org/Moving_WordPress

I think you can use redirect in htaccess to redirect your visitors to new domain name.

You have several options to do it,

  1. Using a .htaccess file placed in the root directory of your old domain and indicating that want a full redirect to your new domain.

RedirectMatch 301 ^(.*)$ https://www.domain.com/

  1. Installing a plugin called - Page Links To - you can only redirect pages that interest you redirect

I hope it helps you

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.