Home > Blockchain >  Wordpress error while moving site from localhost to live server
Wordpress error while moving site from localhost to live server

Time:12-19

I developed a Wordpress site on localhost and I wanted to take it live. I had my domain and host, zipped the Wordpress site file from htdocs and moved it to the host https docs, exported the database to the host in SQL format, changed the URL in wp-options table, established the connection in wp-config file, and the site showing the first page only. Other pages error 404, can't edit via elementor, can't add a new page (you are offline error). Can you help me find the error please?

Note: using Plesk as a host.

CodePudding user response:

Can you access the WordPress Admin Dashboard? If yes, please go under Settings > permalinks, and try clicking Save without making any changes. This should flush the permalink settings. After that, check if it's resolved.

  • Related