Moving Serendipity to another domain
Posted: Fri Feb 22, 2008 4:10 pm
I'm moving my installation of serendipity to a new server and a new domain. I've moved the files, moved the database, and edited the serendipity_config_local.inc.php to reflect the new server details. But I'm getting a 500 error that gives me no details.
Here's what I did in detail:
Here's what I did in detail:
- Created a new database on the new server - the host automatically names dbs and assigns usernames and passwords.
Used phpmyadmin (on the old server) to export an SQL file of the entire serendipity database
Used phpmyadmin (on the new server) to import the SQL file to recreate the database. All looks good.
Downloaded serendipity files to my local machine
Edited the serendipity_config_local.inc.php file to reflect the new database name, user and password.
Uploaded the serendipity files to the new server. .htaccess files transferred successfully as well.