500 error for all pages and post after move localhost to server
First change database name, username and password in the config.php file /** The name of the database for WordPress */ define(‘DB_NAME’, ‘DB_NAME’); /** MySQL database username */ define(‘DB_USER’, ‘DB_USERNAME’); /** MySQL database password */ define(‘DB_PASSWORD’, ‘DB_PASSWORD’); then upload the database and run the following queries, this will change all the local links to your live … Read more